mirror of https://github.com/apache/cloudstack.git
bug 6217: incremental checkin
This commit is contained in:
parent
e0dcb95511
commit
29f8c5d94c
|
|
@ -88,8 +88,8 @@ public class VMExecutorHelper {
|
|||
resultObject.setPasswordEnabled(templatePasswordEnabled);
|
||||
if(templatePasswordEnabled)
|
||||
resultObject.setPassword(vmPassword);
|
||||
else
|
||||
resultObject.setPassword("");
|
||||
// else
|
||||
// resultObject.setPassword("");
|
||||
|
||||
String isoName = null;
|
||||
if (vm.getIsoId() != null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue