mirror of https://github.com/apache/cloudstack.git
Refer to correct StartSystemVM class in commands.properties.in
This commit is contained in:
parent
6ad4e1f5ba
commit
efc5af0585
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue