mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 6361: changing the command names to map to security groups
This commit is contained in:
parent
cec26017a2
commit
29f490feb6
@ -203,11 +203,11 @@ enableStorageMaintenance=com.cloud.api.commands.PreparePrimaryStorageForMaintena
|
||||
cancelStorageMaintenance=com.cloud.api.commands.CancelPrimaryStorageMaintenanceCmd;1
|
||||
|
||||
#### security group commands
|
||||
createNetworkGroup=com.cloud.api.commands.CreateSecurityGroupCmd;11
|
||||
deleteNetworkGroup=com.cloud.api.commands.DeleteSecurityGroupCmd;11
|
||||
authorizeNetworkGroupIngress=com.cloud.api.commands.AuthorizeSecurityGroupIngressCmd;11
|
||||
revokeNetworkGroupIngress=com.cloud.api.commands.RevokeSecurityGroupIngressCmd;11
|
||||
listNetworkGroups=com.cloud.api.commands.ListSecurityGroupsCmd;11
|
||||
createSecurityGroup=com.cloud.api.commands.CreateSecurityGroupCmd;11
|
||||
deleteSecurityGroup=com.cloud.api.commands.DeleteSecurityGroupCmd;11
|
||||
authorizeSecurityGroupIngress=com.cloud.api.commands.AuthorizeSecurityGroupIngressCmd;11
|
||||
revokeSecurityGroupIngress=com.cloud.api.commands.RevokeSecurityGroupIngressCmd;11
|
||||
listSecurityGroups=com.cloud.api.commands.ListSecurityGroupsCmd;11
|
||||
|
||||
registerPreallocatedLun=com.cloud.api.commands.RegisterPreallocatedLunCmd;1
|
||||
deletePreallocatedLun=com.cloud.api.commands.DeletePreallocatedLunCmd;1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user