[hopem,r=]
Add missing network_device_mtu to nova.conf templates for Juno and Kilo
This commit is contained in:
parent
d4d53e9ee8
commit
9ec5f260b6
@ -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 -%}
|
||||
|
@ -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 -%}
|
||||
|
Loading…
x
Reference in New Issue
Block a user