CLOUDSTACK-1826: it's a bug due to api refactor, the uuid to id translation magic

This commit is contained in:
Edison Su 2013-03-27 18:10:54 -07:00
parent 0f8320095c
commit b0f4e2c5fb
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class MigrateVMCmd extends BaseAsyncCmd {
required=true, description="the ID of the virtual machine")
private Long virtualMachineId;
@Parameter(name=ApiConstants.STORAGE_ID, type=CommandType.LONG, entityType=StoragePoolResponse.class,
@Parameter(name=ApiConstants.STORAGE_ID, type=CommandType.UUID, entityType=StoragePoolResponse.class,
required=false, description="Destination storage pool ID to migrate VM volumes to. Required for migrating the root disk volume")
private Long storageId;