From 0eb44ca1f23ee4d031ddf2e03a1ebc6a16428d3f Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Thu, 28 May 2015 02:17:52 -0700 Subject: [PATCH] NSXv: update ini file to support dhcp_lease_time Add the variable to enable the admin to set the DHCP lease time. This was added in commit 7681e4c50afda18fd75fe7207352d1a26ee0755b DocImpact Change-Id: Ic37932c09d3b4c88363a7f1f38a687cd6e090c1f --- etc/neutron/plugins/vmware/nsx.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/neutron/plugins/vmware/nsx.ini b/etc/neutron/plugins/vmware/nsx.ini index 2eef2254e..8566ac81c 100644 --- a/etc/neutron/plugins/vmware/nsx.ini +++ b/etc/neutron/plugins/vmware/nsx.ini @@ -156,6 +156,9 @@ # lock management. # locking_coordinator_url = +# (Optional) DHCP lease time +# dhcp_lease_time = 86400 + [nsx] # Maximum number of ports for each bridged logical switch # The recommended value for this parameter varies with NSX version -- 2.45.2