[gnuoy, r=james-page] Only render network_device_mtu if the option is set

This commit is contained in:
Liam Young 2015-03-24 15:06:13 +00:00
commit 9d0ccf6697

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 -%}