CLOUDSTACK-6443: [Automation] Two Test Cases failed on "test_volumes.py"

- AttributeError: VirtualMachine instance has no attribute 'hostid'.
This commit is contained in:
Min Chen 2014-05-01 10:05:16 -07:00
parent 1b78a1c87d
commit 09c9f8dfbd

View File

@ -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 {