openstack-ansible-os_neutron/releasenotes/notes/neutron-dhcp-config-list-3e9354e5da138b53.yaml
Marcus Klein 2d53620286 Allow to set dnsmasq configuration options
This is useful to work around
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1974230 by setting
"no-negcache" into neutron_dhcp_config_list.

Change-Id: I1a0c1b5a125c72635efc89c9763aa41bfb503a3f
2022-11-23 15:19:59 +01:00

8 lines
272 B
YAML

---
features:
- |
You can configure options for dnsmasq by adding those to the newly
introduced ``neutron_dhcp_config_list`` list. This helps to configure e.g.
``no-negcache`` to get around
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1974230.