From 81f676d3129e95f8f1acefe0f421b6c010b6792c Mon Sep 17 00:00:00 2001 From: ahmad Date: Mon, 8 Nov 2010 10:46:01 -0800 Subject: [PATCH] Refer to correct class name in commands.properties.in for the createConfiguration Api command --- client/tomcatconf/commands.properties.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index 1ef2e2bfb15..d419f608564 100755 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -132,7 +132,7 @@ listSystemVms=com.cloud.api.commands.ListSystemVMsCmd;1 #### configuration commands updateConfiguration=com.cloud.api.commands.UpdateCfgCmd;1 listConfigurations=com.cloud.api.commands.ListCfgsByCmd;1 -createConfiguration=com.cloud.api.commands.AddConfigCmd;1 +createConfiguration=com.cloud.api.commands.CreateCfgCmd;1 listCapabilities=com.cloud.api.commands.ListCapabilitiesCmd;15 #### pod commands