DaanHoogland commented on code in PR #11210: URL: https://github.com/apache/cloudstack/pull/11210#discussion_r2209437687
########## server/src/main/java/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java: ########## @@ -258,6 +258,9 @@ public class ConsoleProxyManagerImpl extends ManagerBase implements ConsoleProxy protected Set<State> availableVmStateOnAssignProxy = new HashSet<>(Arrays.asList(State.Starting, State.Running, State.Stopping, State.Migrating)); + static final ConfigKey<String> CPVMNTPServerConfig = new ConfigKey<String>(String.class, "cpvm.ntp.server.list", "Advanced", null, Review Comment: I am not in favour of having separate ntp servers. let’s use the same config. -- 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