Honour the instance-mtu
configuration option
The templates was missing a gate on the `instance_mtu` context variable. Update template for all supported versions to be on par with the neutrona-gateway charm. Change-Id: I2468ce5e20150371a7472ecdd89f8d4b3b14c489 Closes-Bug: #1887817
This commit is contained in:
parent
010ac09350
commit
e17d73c416
@ -10,7 +10,7 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
|
||||
dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq
|
||||
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
||||
|
||||
{% if dnsmasq_flags -%}
|
||||
{% if instance_mtu or dnsmasq_flags -%}
|
||||
dnsmasq_config_file = /etc/neutron/dnsmasq.conf
|
||||
{% endif -%}
|
||||
|
||||
|
@ -11,7 +11,7 @@ interface_driver = openvswitch
|
||||
dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq
|
||||
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
||||
|
||||
{% if dnsmasq_flags -%}
|
||||
{% if instance_mtu or dnsmasq_flags -%}
|
||||
dnsmasq_config_file = /etc/neutron/dnsmasq.conf
|
||||
{% endif -%}
|
||||
|
||||
|
@ -11,7 +11,7 @@ interface_driver = openvswitch
|
||||
dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq
|
||||
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
||||
|
||||
{% if dnsmasq_flags -%}
|
||||
{% if instance_mtu or dnsmasq_flags -%}
|
||||
dnsmasq_config_file = /etc/neutron/dnsmasq.conf
|
||||
{% endif -%}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user