mirror of https://github.com/apache/cloudstack.git
Bug 14028 - Add hostid parameter to StartVmCmd to enable admins to start VM on a particular host
- Fixing build
This commit is contained in:
parent
529e9e5b09
commit
28ace646bf
|
|
@ -52,7 +52,6 @@ public class StartVMCmd extends BaseAsyncCmd {
|
|||
@Parameter(name=ApiConstants.ID, type=CommandType.LONG, required=true, description="The ID of the virtual machine")
|
||||
private Long id;
|
||||
|
||||
@IdentityMapper(entityTableName="host")
|
||||
@Parameter(name=ApiConstants.HOST_ID, type=CommandType.LONG, description="destination Host ID to deploy the VM to - parameter available for root admin only")
|
||||
private Long hostId;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue