DaanHoogland commented on code in PR #12410:
URL: https://github.com/apache/cloudstack/pull/12410#discussion_r2685411868


##########
server/src/main/java/com/cloud/configuration/Config.java:
##########
@@ -351,6 +351,15 @@ public enum Config {
             ConfigKey.Kind.CSV,
             null),
 
+    DhcpLeaseTimeout(
+            "Network",
+            ManagementServer.class,
+            Integer.class,
+            "dhcp.lease.timeout",
+            "0",
+            "DHCP lease time in seconds for VMs. Use 0 for infinite lease time 
(default). A non-zero value sets the lease duration in seconds.",
+            null),

Review Comment:
   or in `NetworkOrchestrationService`, or some other related service.



-- 
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