weizhouapache commented on code in PR #10997: URL: https://github.com/apache/cloudstack/pull/10997#discussion_r2154103833
########## engine/components-api/src/main/java/com/cloud/configuration/ConfigurationManager.java: ########## @@ -65,6 +65,12 @@ public interface ConfigurationManager { "allow.non.rfc1918.compliant.ips", "Advanced", "false", "Allows non-compliant RFC 1918 IPs for Shared, Isolated networks and VPCs", true, null); + ConfigKey<Float> HostCapacityTypeCpuMemoryWeight = new ConfigKey<>(ConfigKey.CATEGORY_ADVANCED, Float.class, + "host.capacityType.to.order.clusters.cputomemoryweight", + "0.5", + "CPU to Memory weight used for COMBINED capacityTye to order cluster and host", Review Comment: maybe give an example of the value ? -- 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