]> 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)
committerSylvain Afchain <sylvain.afchain@enovance.com>
Mon, 23 Dec 2013 09:14:49 +0000 (10:14 +0100)
commit2afff147c45f97a0809db40ad072332fb37ccd8d
treedaab115ed74bf18f934fb8880f560c43ea044d86
parent8d13b71442a2c3fa5e956e7c2d4c06ca36257d80
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