pavanaravapalli commented on code in PR #10812:
URL: https://github.com/apache/cloudstack/pull/10812#discussion_r2442528973
##########
server/src/main/java/com/cloud/network/IpAddressManagerImpl.java:
##########
@@ -329,6 +329,9 @@ public class IpAddressManagerImpl extends ManagerBase
implements IpAddressManage
public static final ConfigKey<Integer>
PUBLIC_IP_ADDRESS_QUARANTINE_DURATION = new ConfigKey<>("Network",
Integer.class, "public.ip.address.quarantine.duration",
"0", "The duration (in minutes) for the public IP address to be
quarantined when it is disassociated.", true, ConfigKey.Scope.Domain);
+
+ public static final ConfigKey<Boolean> AllowNestedVMAccess = new
ConfigKey<>("Advanced", Boolean.class, "allow.nested.vm.access",
Review Comment:
Append the new configKey "AllowNestedVMAccess" to the list returned by the
getConfigKeys() method in IpAddressManagerImpl. Please refer getConfigKeys()
method.
--
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]