mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
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
eba6864965
commit
d59cfab7f3
@ -2512,6 +2512,7 @@ public class ApiResponseHelper implements ResponseGenerator {
|
||||
vmResponse.setRole(router.getRole().toString());
|
||||
}
|
||||
}
|
||||
vmResponse.setObjectName("systemvminstance");
|
||||
return vmResponse;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user