Bug 11481 - get manual live migration working with all VMs

Changes:

- Added the resopnse object name for the SystemVmInstanceResponse that this new MigrateSystemVMCmd will return.
This commit is contained in:
prachi 2011-10-07 15:04:20 -07:00
parent eba6864965
commit d59cfab7f3

View File

@ -2512,6 +2512,7 @@ public class ApiResponseHelper implements ResponseGenerator {
vmResponse.setRole(router.getRole().toString());
}
}
vmResponse.setObjectName("systemvminstance");
return vmResponse;
}
}