mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6443: [Automation] Two Test Cases failed on "test_volumes.py"
- AttributeError: VirtualMachine instance has no attribute 'hostid'.
This commit is contained in:
parent
1b78a1c87d
commit
09c9f8dfbd
|
|
@ -68,7 +68,7 @@ public class DeployVMCmdByAdmin extends DeployVMCmd {
|
|||
}
|
||||
|
||||
if (result != null) {
|
||||
UserVmResponse response = _responseGenerator.createUserVmResponse(ResponseView.Restricted, "virtualmachine", result).get(0);
|
||||
UserVmResponse response = _responseGenerator.createUserVmResponse(ResponseView.Full, "virtualmachine", result).get(0);
|
||||
response.setResponseName(getCommandName());
|
||||
setResponseObject(response);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue