]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Dnsmasq uses all agent IPs as nameservers
authorSylvain Afchain <sylvain.afchain@enovance.com>
Wed, 4 Dec 2013 20:01:06 +0000 (21:01 +0100)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:11 +0000 (15:20 +0800)
commit9d36940f0e691a985340769001207e50c3c81e5b
tree70056d8674cbc26506cd318931430b82994da5e1
parente28c49670b6e5cfb86e54175bcd8d9067cb4f80e
Dnsmasq uses all agent IPs as nameservers

Add dhcp option which provides all agent IPs
which will be used as nameserver entries when
neutron uses multiple dhcp agent per network and
when there is no dns nameserver provided by the
neutron server.

Change-Id: I639a844bba212a731616851ff479a5e735612cf8
Closes-bug: #1259482
neutron/agent/linux/dhcp.py
neutron/tests/unit/test_linux_dhcp.py