Bug 14028 - Add hostid parameter to StartVmCmd to enable admins to start VM on a particular host

- Fixing build
This commit is contained in:
prachi 2012-03-05 18:00:42 -08:00
parent 529e9e5b09
commit 28ace646bf
1 changed files with 0 additions and 1 deletions

View File

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