From 6c219f4323c6ff07957482a563fb44810ead10fb Mon Sep 17 00:00:00 2001 From: ahmad Date: Tue, 2 Nov 2010 17:33:05 -0700 Subject: [PATCH] Call correct commands for startVm and deployVm apis --- client/tomcatconf/commands.properties.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index bb9a88f8544..4ba3b9cdab6 100755 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -33,10 +33,10 @@ updateResourceLimit=com.cloud.api.commands.UpdateResourceLimitCmd;3 listResourceLimits=com.cloud.api.commands.ListResourceLimitsCmd;15 #### VM commands -deployVirtualMachine=com.cloud.api.commands.DeployVm2Cmd;11 +deployVirtualMachine=com.cloud.api.commands.DeployVMCmd;11 destroyVirtualMachine=com.cloud.api.commands.DestroyVMCmd;15 rebootVirtualMachine=com.cloud.api.commands.RebootVMCmd;15 -startVirtualMachine=com.cloud.api.commands.StartVm2Cmd;15 +startVirtualMachine=com.cloud.api.commands.StartVMCmd;15 stopVirtualMachine=com.cloud.api.commands.StopVMCmd;15 resetPasswordForVirtualMachine=com.cloud.api.commands.ResetVMPasswordCmd;15 changeServiceForVirtualMachine=com.cloud.api.commands.UpgradeVMCmd;15