Set lock_path correctly.
[openstack-build/neutron-build.git] / releasenotes / notes / default-local-dns-a1c3fa1451f228fa.yaml
1 ---
2 fixes:
3   - Prior to Mitaka, neither specifying DNS resolvers via the
4     'dnsmasq_dns_servers' option in the DHCP agent configuration file nor via
5     neutron subnet options causes the dnsmasq service to offer the IP address
6     on which it resides to instances for name resolution. However, the static
7     dnsmasq '--no-resolv' process argument prevents name resolution via dnsmasq
8     leaving instances without name resolution. In Mitaka+, the
9     'dnsmasq_local_resolv' option in the DHCP agent configuration file enables
10     (by default) the dnsmasq service to provide name resolution for instances
11     via DNS resolvers on the host running the DHCP agent by effectively
12     removing the '--no-resolv' option from the dnsmasq process arguments.
13     Adding custom DNS resolvers to the 'dnsmasq_dns_servers' option in the DHCP
14     agent configuration file disables this feature.