mirror of https://github.com/apache/cloudstack.git
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:
parent
7e991b966e
commit
078190f76d
|
|
@ -2318,6 +2318,7 @@ public class ApiResponseHelper implements ResponseGenerator {
|
|||
vmResponse.setRole(router.getRole().toString());
|
||||
}
|
||||
}
|
||||
vmResponse.setObjectName("systemvminstance");
|
||||
return vmResponse;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue