Refer to correct StartSystemVM class in commands.properties.in

This commit is contained in:
alena 2010-11-11 14:58:25 -08:00
parent 6ad4e1f5ba
commit efc5af0585
1 changed files with 1 additions and 1 deletions

View File

@ -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