DaanHoogland commented on code in PR #10710: URL: https://github.com/apache/cloudstack/pull/10710#discussion_r2309791366
########## engine/components-api/src/main/java/com/cloud/configuration/ConfigurationManager.java: ########## @@ -70,10 +70,19 @@ public interface ConfigurationManager { "0.5", "Weight for CPU (as a value between 0 and 1) applied to compute capacity for Pods, Clusters and Hosts for COMBINED capacityType for ordering. Weight for RAM will be (1 - weight of CPU)", true, ConfigKey.Scope.Global); + ConfigKey<Integer> NETWORK_LB_HAPROXY_MAX_CONN = new ConfigKey<>( Review Comment: this introduces a circular dependency. I will check where else to put it. -- 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