DaanHoogland commented on a change in pull request #5902:
URL: https://github.com/apache/cloudstack/pull/5902#discussion_r793262198



##########
File path: server/src/main/java/com/cloud/network/IpAddressManagerImpl.java
##########
@@ -304,7 +304,7 @@
 
     static Boolean rulesContinueOnErrFlag = true;
 
-    private static final ConfigKey<Boolean> 
SystemVmPublicIpReservationModeStrictness = new ConfigKey<Boolean>("Advanced",
+    public static ConfigKey<Boolean> SystemVmPublicIpReservationModeStrictness 
= new ConfigKey<Boolean>("Advanced",

Review comment:
       shouldn't this remain final? we don't want a global setting to get 
another config key in runtime. This has become more important as the var is now 
public.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to