This commit is contained in:
Edward Hope-Morley 2015-02-12 11:17:55 +00:00
parent c8ce0f9dad
commit 62177edae4
2 changed files with 4 additions and 0 deletions
hooks
templates/icehouse

@ -244,6 +244,7 @@ class QuantumGatewayContext(OSContextGenerator):
net_dev_mtu = neutron_api_settings.get('network_device_mtu')
if net_dev_mtu:
ctxt['network_device_mtu'] = net_dev_mtu
ctxt['veth_mtu'] = net_dev_mtu
return ctxt

@ -23,6 +23,9 @@ 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 }}