mirror of https://github.com/apache/cloudstack.git
whilst testing my enh, found that this call was using the wrong method name. Checking in the fix for the same.
This commit is contained in:
parent
2b9ab00cc2
commit
9a9146c07b
|
|
@ -29,7 +29,7 @@ import com.cloud.api.ServerApiException;
|
|||
import com.cloud.api.response.ZoneResponse;
|
||||
import com.cloud.dc.DataCenterVO;
|
||||
|
||||
@Implementation(method="updateZone", manager=Manager.ConfigManager, description="Updates a Zone.")
|
||||
@Implementation(method="editZone", manager=Manager.ConfigManager, description="Updates a Zone.")
|
||||
public class UpdateZoneCmd extends BaseCmd {
|
||||
public static final Logger s_logger = Logger.getLogger(UpdateZoneCmd.class.getName());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue