Only render network_device_mtu if the option is set

This commit is contained in:
Liam Young 2015-03-24 14:51:19 +00:00
parent 9af23e724c
commit 0775cd407b

View File

@ -12,8 +12,9 @@ state_path = /var/lib/neutron
lock_path = $state_path/lock
bind_host = 0.0.0.0
bind_port = 9696
{% if network_device_mtu -%}
network_device_mtu = {{ network_device_mtu }}
{% endif -%}
{% if core_plugin -%}
core_plugin = {{ core_plugin }}
{% endif -%}