mirror of https://github.com/apache/cloudstack.git
bug 7437: the password is being set in the vm obj, but was being reset before returning the result obj. correcting the same
status 7437: resolved fixed
This commit is contained in:
parent
ee98b1a384
commit
5c689f3db7
|
|
@ -220,7 +220,6 @@ public class DeployVMCmd extends BaseAsyncCreateCmd {
|
|||
result = _userVmService.startVirtualMachine(this);
|
||||
if (result != null) {
|
||||
UserVmResponse response = _responseGenerator.createUserVm2Response(result);
|
||||
response.setPassword(password);
|
||||
response.setResponseName(getName());
|
||||
this.setResponseObject(response);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue