9ce4995205
Add a new option to provide the ability to specify flags in the dnsmasq.conf file. This allows users to configure the dnsmasq processes used by the neutron-dhcp-agent when local dhcp and metadata are enabled for provider networks. Change-Id: I2bab8a00322afb0f81986001c86f0ef4fc535651 Closes-Bug: #1684231
6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
{% if dnsmasq_flags -%}
|
|
{% for key, value in dnsmasq_flags.iteritems() -%}
|
|
{{ key }} = {{ value }}
|
|
{% endfor -%}
|
|
{% endif -%}
|