DaanHoogland commented on code in PR #7746:
URL: https://github.com/apache/cloudstack/pull/7746#discussion_r1291225660
##########
server/src/main/java/com/cloud/configuration/Config.java:
##########
@@ -885,14 +885,6 @@ public enum Config {
"0",
"Default disk I/O writerate in bytes per second allowed in User
vm's disk.",
null),
- ControlCidr(
- "Advanced",
- ManagementServer.class,
- String.class,
- "control.cidr",
- "169.254.0.0/16",
- "Changes the cidr for the control network traffic. Defaults to
using link local. Must be unique within pods",
- null),
ControlGateway("Advanced", ManagementServer.class, String.class,
"control.gateway", "169.254.0.1", "gateway for the control network traffic",
null),
Review Comment:
I'll add it (and move it as well)
--
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]