]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move dhcp_lease_duration into DHCP agent config options list
authorIhar Hrachyshka <ihrachys@redhat.com>
Fri, 13 Nov 2015 11:17:43 +0000 (12:17 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Fri, 13 Nov 2015 11:21:44 +0000 (12:21 +0100)
commit3101e2b62f0741baffc61174637486da17dd29bb
treece89e601aa0b7562ff123d04e299f73944f3cf46
parent8ee67e477c70ad0a15c415217e8b0f69e9ecaaac
Move dhcp_lease_duration into DHCP agent config options list

It is DHCP agent specific, and so it should not be present in
neutron.conf or be reported as a valid option for other services.

Also modified the help message slightly to avoid mentioning dnsmasq
since the option could in theory be used by alternative dhcp drivers.

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