85b1a9656a
Inline with the neutron-gateway charm, move availability_zone configuration to the neutron.conf configuration file to ensure that its set consistently for all neutron agents that may be running on the unit. Change-Id: If9438302f8f889a1cbaf93f8a460e190e551241b Closes-Bug: 1829537
48 lines
1.3 KiB
Plaintext
48 lines
1.3 KiB
Plaintext
# kilo
|
|
###############################################################################
|
|
# [ WARNING ]
|
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
|
# Config managed by neutron-openvswitch charm
|
|
# Service restart triggered by remote application: {{ restart_trigger }}
|
|
# {{ restart_trigger_neutron }}
|
|
###############################################################################
|
|
[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
|
|
rpc_response_timeout = {{ rpc_response_timeout }}
|
|
|
|
{% include "section-zeromq" %}
|
|
|
|
{% include "section-rabbitmq-oslo" %}
|
|
|
|
{% include "section-oslo-notifications" %}
|
|
|
|
[QUOTAS]
|
|
|
|
[DEFAULT_SERVICETYPE]
|
|
|
|
[AGENT]
|
|
root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf
|
|
report_interval = {{ report_interval }}
|
|
|
|
{% include "parts/agent" %}
|
|
|
|
[keystone_authtoken]
|
|
signing_dir = /var/lib/neutron/keystone-signing
|
|
|
|
[oslo_concurrency]
|
|
lock_path = $state_path/lock
|