weizhouapache commented on code in PR #12410:
URL: https://github.com/apache/cloudstack/pull/12410#discussion_r3537557181
##########
engine/api/src/main/java/org/apache/cloudstack/engine/orchestration/service/NetworkOrchestrationService.java:
##########
@@ -91,6 +91,10 @@ public interface NetworkOrchestrationService {
ConfigKey<Integer> NetworkThrottlingRate = new ConfigKey<>("Network",
Integer.class, NetworkThrottlingRateCK, "200",
"Default data transfer rate in megabits per second allowed in
network.", true, ConfigKey.Scope.Zone);
+ ConfigKey<Integer> DhcpLeaseTimeout = new ConfigKey<>("Network",
Integer.class, "dhcp.lease.timeout", "0",
Review Comment:
@NVShawn
can you add this in the `getConfigKeys` method in
`engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java`
--
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]