fbed3f3d7a
Adds config option worker-multiplier to allow configuring the number of workers used for the metadata api when using local dhcp. Change-Id: Ie3a7d6aab0d9902a6637637fbf75b2df3ec084b1 Closes-Bug: 1707618
21 lines
868 B
INI
21 lines
868 B
INI
###############################################################################
|
|
# [ WARNING ]
|
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
|
###############################################################################
|
|
# Metadata service seems to cache neutron api url from keystone so trigger
|
|
# restart if it changes: {{ quantum_url }}
|
|
# {{ restart_trigger_metadata }}
|
|
|
|
[DEFAULT]
|
|
auth_url = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/v2.0
|
|
auth_region = {{ region }}
|
|
admin_tenant_name = {{ admin_tenant_name }}
|
|
admin_user = {{ admin_user }}
|
|
admin_password = {{ admin_password }}
|
|
root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf
|
|
state_path = /var/lib/neutron
|
|
nova_metadata_port = 8775
|
|
metadata_proxy_shared_secret = {{ shared_secret }}
|
|
cache_url = memory://?default_ttl=5
|
|
metadata_workers = {{ workers }}
|