bug 6361: changing the command names to map to security groups

This commit is contained in:
abhishek 2010-12-16 15:59:04 -08:00
parent cec26017a2
commit 29f490feb6

View File

@ -203,11 +203,11 @@ enableStorageMaintenance=com.cloud.api.commands.PreparePrimaryStorageForMaintena
cancelStorageMaintenance=com.cloud.api.commands.CancelPrimaryStorageMaintenanceCmd;1 cancelStorageMaintenance=com.cloud.api.commands.CancelPrimaryStorageMaintenanceCmd;1
#### security group commands #### security group commands
createNetworkGroup=com.cloud.api.commands.CreateSecurityGroupCmd;11 createSecurityGroup=com.cloud.api.commands.CreateSecurityGroupCmd;11
deleteNetworkGroup=com.cloud.api.commands.DeleteSecurityGroupCmd;11 deleteSecurityGroup=com.cloud.api.commands.DeleteSecurityGroupCmd;11
authorizeNetworkGroupIngress=com.cloud.api.commands.AuthorizeSecurityGroupIngressCmd;11 authorizeSecurityGroupIngress=com.cloud.api.commands.AuthorizeSecurityGroupIngressCmd;11
revokeNetworkGroupIngress=com.cloud.api.commands.RevokeSecurityGroupIngressCmd;11 revokeSecurityGroupIngress=com.cloud.api.commands.RevokeSecurityGroupIngressCmd;11
listNetworkGroups=com.cloud.api.commands.ListSecurityGroupsCmd;11 listSecurityGroups=com.cloud.api.commands.ListSecurityGroupsCmd;11
registerPreallocatedLun=com.cloud.api.commands.RegisterPreallocatedLunCmd;1 registerPreallocatedLun=com.cloud.api.commands.RegisterPreallocatedLunCmd;1
deletePreallocatedLun=com.cloud.api.commands.DeletePreallocatedLunCmd;1 deletePreallocatedLun=com.cloud.api.commands.DeletePreallocatedLunCmd;1