remove PreallocatedLun commands in doc file since the commands was gone

This commit is contained in:
Frank 2011-01-28 14:48:39 -08:00
parent 0225b51221
commit 66bea670eb
1 changed files with 0 additions and 4 deletions

View File

@ -214,10 +214,6 @@ authorizeSecurityGroupIngress=com.cloud.api.commands.AuthorizeSecurityGroupIngre
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
listPreallocatedLuns=com.cloud.api.commands.ListPreallocatedLunsCmd;1
#### vm group commands
createInstanceGroup=com.cloud.api.commands.CreateVMGroupCmd;15
deleteInstanceGroup=com.cloud.api.commands.DeleteVMGroupCmd;15