mirror of https://github.com/apache/cloudstack.git
Fix RevokeSecurityGroupIngressCmd in AWSAPI to use responsename returned by CloudStack
reviewed by: prachi
This commit is contained in:
parent
3648a9cc73
commit
860aa58540
|
|
@ -31,7 +31,7 @@ import com.cloud.user.Account;
|
|||
public class RevokeSecurityGroupIngressCmd extends BaseAsyncCmd {
|
||||
public static final Logger s_logger = Logger.getLogger(RevokeSecurityGroupIngressCmd.class.getName());
|
||||
|
||||
private static final String s_name = "revokesecuritygroupingressresponse";
|
||||
private static final String s_name = "revokesecuritygroupingress";
|
||||
|
||||
// ///////////////////////////////////////////////////
|
||||
// ////////////// API parameters /////////////////////
|
||||
|
|
|
|||
|
|
@ -382,7 +382,7 @@ public class ApiConstants {
|
|||
public static final String RESTART_NETWORK = "restartNetwork";
|
||||
public static final String RESTART_NETWORK_RESPONSE = "restartnetworkresponse";
|
||||
public static final String REVOKE_SECURITY_GROUP_INGRESS = "revokeSecurityGroupIngress";
|
||||
public static final String REVOKE_SECURITY_GROUP_INGRESS_RESPONSE = "revokesecuritygroupingressresponse";
|
||||
public static final String REVOKE_SECURITY_GROUP_INGRESS_RESPONSE = "revokesecuritygroupingress";
|
||||
public static final String ROOT_DEVICE_ID = "rootdeviceid";
|
||||
public static final String ROOT_DEVICE_TYPE = "rootdevicetype";
|
||||
public static final String RULE_ID = "ruleid";
|
||||
|
|
|
|||
Loading…
Reference in New Issue