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:
abhishek 2010-12-08 12:08:20 -08:00
parent ee98b1a384
commit 5c689f3db7
1 changed files with 0 additions and 1 deletions

View File

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