9e1018bcfb
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
9 lines
193 B
Plaintext
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 -%}
|