harikrishna-patnala commented on code in PR #7378:
URL: https://github.com/apache/cloudstack/pull/7378#discussion_r1247370113
##########
server/src/main/java/com/cloud/network/IpAddressManagerImpl.java:
##########
@@ -318,6 +325,9 @@ public class IpAddressManagerImpl extends ManagerBase
implements IpAddressManage
Boolean.class, "system.vm.public.ip.reservation.mode.strictness",
"false",
"If enabled, the use of System VMs public IP reservation is
strict, preferred if not.", true, ConfigKey.Scope.Global);
+ public static final ConfigKey<Integer>
PUBLIC_IP_ADDRESS_QUARANTINE_DURATION = new ConfigKey<>("Network",
Integer.class, "public.ip.address.quarantine.duration",
Review Comment:
can we change the scope to either network/domain level, to give more
flexibility in configuration?
--
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]