Repository: cloudstack Updated Branches: refs/heads/4.4-forward 260e06d64 -> 2334d9a1f
CLOUDSTACK-6659: fixed the name for the updateIpAddress API command Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2334d9a1 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2334d9a1 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2334d9a1 Branch: refs/heads/4.4-forward Commit: 2334d9a1f3bd5ecc51cdeeff0512e95c93b7ead1 Parents: 260e06d Author: Alena Prokharchyk <[email protected]> Authored: Tue May 13 14:08:16 2014 -0700 Committer: Alena Prokharchyk <[email protected]> Committed: Tue May 13 14:08:16 2014 -0700 ---------------------------------------------------------------------- .../cloudstack/api/command/user/address/UpdateIPAddrCmd.java | 2 +- client/tomcatconf/commands.properties.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2334d9a1/api/src/org/apache/cloudstack/api/command/user/address/UpdateIPAddrCmd.java ---------------------------------------------------------------------- diff --git a/api/src/org/apache/cloudstack/api/command/user/address/UpdateIPAddrCmd.java b/api/src/org/apache/cloudstack/api/command/user/address/UpdateIPAddrCmd.java index 99bb1af..c64b641 100644 --- a/api/src/org/apache/cloudstack/api/command/user/address/UpdateIPAddrCmd.java +++ b/api/src/org/apache/cloudstack/api/command/user/address/UpdateIPAddrCmd.java @@ -38,7 +38,7 @@ import com.cloud.exception.ResourceUnavailableException; import com.cloud.network.IpAddress; import com.cloud.user.Account; -@APICommand(name = "updatePublicIpAddress", description = "Updates an ip address", responseObject = IPAddressResponse.class, +@APICommand(name = "updateIpAddress", description = "Updates an ip address", responseObject = IPAddressResponse.class, requestHasSensitiveInfo = false, responseHasSensitiveInfo = false, entityType = { IpAddress.class }) public class UpdateIPAddrCmd extends BaseAsyncCustomIdCmd { public static final Logger s_logger = Logger.getLogger(UpdateIPAddrCmd.class.getName()); http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2334d9a1/client/tomcatconf/commands.properties.in ---------------------------------------------------------------------- diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index d151724..da3fbfc 100644 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -146,7 +146,7 @@ listDedicatedGuestVlanRanges=1 associateIpAddress=15 disassociateIpAddress=15 listPublicIpAddresses=15 -updatePublicIpAddress=15 +updateIpAddress=15 #### firewall commands listPortForwardingRules=15
