charm-neutron-openvswitch/templates/dnsmasq.conf
Edward Hope-Morley 9e1018bcfb Add instance-mtu config opt
This brings this charm inline with the neutron-gateway charm
in terms of configurability when using a local dhcp agent.

Change-Id: Idc4f7735aaa9236d8a476fd3bae6aaf52b9dc043
Closes-Bug: 1777888
2018-07-27 08:42:27 +00:00

9 lines
193 B
Plaintext

{%- if instance_mtu -%}
dhcp-option=26,{{ instance_mtu }}
{% endif -%}
{% if dnsmasq_flags -%}
{% for key, value in dnsmasq_flags.items() -%}
{{ key }} = {{ value }}
{% endfor -%}
{% endif -%}