From 66bea670eb3a2ff2ac66305842487491ca25015c Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 28 Jan 2011 14:48:39 -0800 Subject: [PATCH] remove PreallocatedLun commands in doc file since the commands was gone --- client/tomcatconf/commands.properties.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index f69e9a2f29e..c90283f42c5 100755 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -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