Bug 12095 - Migrate instance fail

Change:

UUId to ID mapping annotation was missing for MigrateVMCmd.
This commit is contained in:
prachi 2011-12-05 15:37:43 +05:30
parent 974dc62a2b
commit 5ee096c00d
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public class MigrateVMCmd extends BaseAsyncCmd {
//////////////// API parameters /////////////////////
/////////////////////////////////////////////////////
@IdentityMapper(entityTableName="host")
@Parameter(name=ApiConstants.HOST_ID, type=CommandType.LONG, required=false, description="destination Host ID to migrate VM to")
private Long hostId;