Add neutron config for kilo
This commit is contained in:
parent
33419fec1d
commit
d1efa609c1
@ -1,3 +1,4 @@
|
|||||||
|
# kilo
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# [ WARNING ]
|
# [ WARNING ]
|
||||||
# Configuration file maintained by Juju. Local changes may be overwritten.
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# kilo
|
||||||
|
###############################################################################
|
||||||
|
# [ WARNING ]
|
||||||
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
||||||
|
###############################################################################
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
periodic_interval = 10
|
periodic_interval = 10
|
||||||
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
|
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
|
||||||
|
23
templates/kilo/neutron.conf
Normal file
23
templates/kilo/neutron.conf
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# kilo
|
||||||
|
###############################################################################
|
||||||
|
# [ WARNING ]
|
||||||
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
||||||
|
###############################################################################
|
||||||
|
[DEFAULT]
|
||||||
|
verbose = {{ verbose }}
|
||||||
|
debug = {{ debug }}
|
||||||
|
core_plugin = {{ core_plugin }}
|
||||||
|
control_exchange = neutron
|
||||||
|
notification_driver = neutron.openstack.common.notifier.list_notifier
|
||||||
|
list_notifier_drivers = neutron.openstack.common.notifier.rabbit_notifier
|
||||||
|
{% if network_device_mtu -%}
|
||||||
|
network_device_mtu = {{ network_device_mtu }}
|
||||||
|
{% endif -%}
|
||||||
|
|
||||||
|
[agent]
|
||||||
|
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
||||||
|
|
||||||
|
{% include "parts/section-rabbitmq" %}
|
||||||
|
|
||||||
|
[oslo_concurrency]
|
||||||
|
lock_path = /var/lock/neutron
|
@ -1,3 +1,4 @@
|
|||||||
|
# kilo
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# [ WARNING ]
|
# [ WARNING ]
|
||||||
# Configuration file maintained by Juju. Local changes may be overwritten.
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
||||||
|
Loading…
Reference in New Issue
Block a user