mirror of https://github.com/apache/cloudstack.git
Bug 12095 - Migrate instance fail
Change: UUId to ID mapping annotation was missing for MigrateVMCmd.
This commit is contained in:
parent
974dc62a2b
commit
5ee096c00d
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue