[hopem,r=]

Add missing network_device_mtu to nova.conf templates for Juno and Kilo
This commit is contained in:
Edward Hope-Morley 2015-07-07 13:06:07 +01:00
parent d4d53e9ee8
commit 9ec5f260b6
2 changed files with 8 additions and 0 deletions

View File

@ -102,6 +102,10 @@ network_api_class = nova.network.neutronv2.api.API
network_manager = nova.network.manager.FlatDHCPManager
{% endif -%}
{% if network_device_mtu -%}
network_device_mtu = {{ network_device_mtu }}
{% endif -%}
{% if volume_service -%}
volume_api_class = nova.volume.cinder.API
{% endif -%}

View File

@ -84,6 +84,10 @@ network_api_class = nova.network.neutronv2.api.API
network_manager = nova.network.manager.FlatDHCPManager
{% endif -%}
{% if network_device_mtu -%}
network_device_mtu = {{ network_device_mtu }}
{% endif -%}
{% if volume_service -%}
volume_api_class = nova.volume.cinder.API
{% endif -%}