~1chb1n/charms/trusty/quantum-gateway/next-amulet-tk2

« back to all changes in this revision

Viewing changes to templates/icehouse/neutron.conf

  • Committer: Liam Young
  • Date: 2015-03-24 15:03:52 UTC
  • mfrom: (90.1.1 quantum-gateway-next)
  • Revision ID: liam.young@canonical.com-20150324150352-wthixl6qp9figtqm
[gnuoy, r=james-page] Only render network_device_mtu if the option is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
control_exchange = neutron
12
12
notification_driver = neutron.openstack.common.notifier.list_notifier
13
13
list_notifier_drivers = neutron.openstack.common.notifier.rabbit_notifier
 
14
{% if network_device_mtu -%}
14
15
network_device_mtu = {{ network_device_mtu }}
 
16
{% endif -%}
15
17
[agent]
16
 
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
 
 
b'\\ No newline at end of file'
 
18
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf