Skip to content

Commit 09c9f8d

Browse files
committed
CLOUDSTACK-6443: [Automation] Two Test Cases failed on "test_volumes.py"
- AttributeError: VirtualMachine instance has no attribute 'hostid'.
1 parent 1b78a1c commit 09c9f8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/org/apache/cloudstack/api/command/admin/vm/DeployVMCmdByAdmin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void execute(){
6868
}
6969

7070
if (result != null) {
71-
UserVmResponse response = _responseGenerator.createUserVmResponse(ResponseView.Restricted, "virtualmachine", result).get(0);
71+
UserVmResponse response = _responseGenerator.createUserVmResponse(ResponseView.Full, "virtualmachine", result).get(0);
7272
response.setResponseName(getCommandName());
7373
setResponseObject(response);
7474
} else {

0 commit comments

Comments
 (0)