]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Revert "Move dhcp_lease_duration into DHCP agent config options list"
authorKevin Benton <kevinbenton@buttewifi.com>
Mon, 16 Nov 2015 10:53:24 +0000 (10:53 +0000)
committerKevin Benton <kevinbenton@buttewifi.com>
Mon, 16 Nov 2015 10:53:24 +0000 (10:53 +0000)
commit3a57401e86b1646a98163a975977477b35e2fb9b
treee5f00a48ae04d09e8d6fea0d8178150019c14ec5
parent3101e2b62f0741baffc61174637486da17dd29bb
Revert "Move dhcp_lease_duration into DHCP agent config options list"

This reverts commit 3101e2b62f0741baffc61174637486da17dd29bb.

The lease duration isn't DHCP agent specific. DHCP is a feature that
should be provided by whatever plugin is loaded and operators would
still like to set lease times for DHCP.

In the reference implementation we just consume it directly in the
agent, but that doesn't mean it's specific to the agent implementation.

Change-Id: I5efb6aa5e196d4cac5ff7c0c35be5a350401b925
etc/dhcp_agent.ini
etc/neutron.conf
neutron/agent/dhcp/config.py
neutron/common/config.py