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:
Kelven Yang 2012-01-26 11:07:55 -08:00
parent 9abf040ffa
commit e751dad940
1 changed files with 1 additions and 1 deletions

View File

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