mirror of https://github.com/apache/cloudstack.git
VM display name will stay empty if user does not provide, VM host name is default to UUID for now
This commit is contained in:
parent
9abf040ffa
commit
e751dad940
|
|
@ -2439,7 +2439,7 @@ public class UserVmManagerImpl implements UserVmManager, UserVmService, Manager
|
|||
}
|
||||
}
|
||||
if(displayName == null)
|
||||
displayName = uuidName;
|
||||
displayName = "";
|
||||
|
||||
HypervisorType hypervisorType = null;
|
||||
if (template == null || template.getHypervisorType() == null || template.getHypervisorType() == HypervisorType.None) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue