move veth_mtu to correct section

This commit is contained in:
Edward Hope-Morley 2015-02-12 13:50:21 +00:00
parent 781c0344e7
commit 7840e1f141

@ -23,13 +23,13 @@ flat_networks = physnet1
enable_tunneling = True
local_ip = {{ local_ip }}
bridge_mappings = {{ bridge_mappings }}
{% if veth_mtu -%}
veth_mtu = {{ veth_mtu }}
{% endif %}
[agent]
tunnel_types = {{ overlay_network_type }}
l2_population = {{ l2_population }}
{% if veth_mtu -%}
veth_mtu = {{ veth_mtu }}
{% endif %}
[securitygroup]
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver