43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
# icehouse
|
|
###############################################################################
|
|
# [ WARNING ]
|
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
|
# Config managed by neutron-openvswitch charm
|
|
###############################################################################
|
|
[DEFAULT]
|
|
verbose = {{ verbose }}
|
|
debug = {{ debug }}
|
|
use_syslog = {{ use_syslog }}
|
|
state_path = /var/lib/neutron
|
|
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 -%}
|
|
|
|
api_paste_config = /etc/neutron/api-paste.ini
|
|
auth_strategy = keystone
|
|
notification_driver = neutron.openstack.common.notifier.rpc_notifier
|
|
default_notification_level = INFO
|
|
notification_topics = notifications
|
|
|
|
{% include "section-zeromq" %}
|
|
|
|
{% include "section-rabbitmq-oslo" %}
|
|
|
|
[QUOTAS]
|
|
|
|
[DEFAULT_SERVICETYPE]
|
|
|
|
[AGENT]
|
|
root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf
|
|
|
|
[keystone_authtoken]
|
|
signing_dir = /var/lib/neutron/keystone-signing
|
|
|
|
[oslo_concurrency]
|
|
lock_path = $state_path/lock
|