openstack-ansible/releasenotes/notes/dnsmasq-ignore-unknown-clients-5f6b3d36b7ad5e18.yaml
Kevin Carter 0c09254aa8
Set basic DHCP configuration for neutron.
These options simply allow a DHCP server running dnsmasq(neutron) to
coexist with other DHCP servers within the same network. This works
by instructing dnsmasq to ignore any clients which are not specified
in dhcp-host files. This also provides for basic logging which makes
debugging DHCP and connectivity issues easier by default.

Change-Id: Ibe2096c9e5a983fe5a7538a0a58b026439a7c67c
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-12-02 20:27:48 -06:00

9 lines
400 B
YAML

---
features:
- Neutron DHCP options have been set to allow a DHCP server running
dnsmasq to coexist with other DHCP servers within the same network.
This works by instructing dnsmasq to ignore any clients which are
not specified in dhcp-host files.
- Neutron DHCP options have been set to provide for logging which
makes debugging DHCP and connectivity issues easier by default.