From efc5af0585180494bfa61e6d0529621be1ee808f Mon Sep 17 00:00:00 2001 From: alena Date: Thu, 11 Nov 2010 14:58:25 -0800 Subject: [PATCH] Refer to correct StartSystemVM class in commands.properties.in --- 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 5bfcfad7079..7d90f6da4e2 100755 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -128,7 +128,7 @@ changeServiceForRouter=com.cloud.api.commands.UpgradeRouterCmd;3 listRouters=com.cloud.api.commands.ListRoutersCmd;7 #### system vm commands -startSystemVm=com.cloud.api.commands.StartSystemVmCmd;1 +startSystemVm=com.cloud.api.commands.StartSystemVMCmd;1 rebootSystemVm=com.cloud.api.commands.RebootSystemVmCmd;1 stopSystemVm=com.cloud.api.commands.StopSystemVmCmd;1 listSystemVms=com.cloud.api.commands.ListSystemVMsCmd;1