Pearl1594 commented on code in PR #11210: URL: https://github.com/apache/cloudstack/pull/11210#discussion_r2226707566
########## server/src/main/java/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java: ########## @@ -1276,6 +1276,10 @@ public boolean finalizeVirtualMachineProfile(VirtualMachineProfile profile, Depl buf.append(" vmpassword=").append(configurationDao.getValue("system.vm.password")); } + if (org.apache.commons.lang3.StringUtils.isNotEmpty(NTPServerConfig.value())) { Review Comment: My bad - I didn't pay attention to that. I presumed they were mutually exclusive - because the IDE on autocompletion defaulted to the org.apache.commons.lang3 package. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org