9b2111eb7d
fixes bug 1085249 This patch sets the default state_path to match a reasonable deployment value instead of the devstack default. Change-Id: Ib0c10621d91760588a68a62df8a60682d780e015
32 lines
1.1 KiB
INI
32 lines
1.1 KiB
INI
[DEFAULT]
|
|
# Show debugging output in log (sets DEBUG log level output)
|
|
# debug = True
|
|
|
|
# The Quantum user information for accessing the Quantum API.
|
|
auth_url = http://localhost:35357/v2.0
|
|
auth_region = RegionOne
|
|
admin_tenant_name = %SERVICE_TENANT_NAME%
|
|
admin_user = %SERVICE_USER%
|
|
admin_password = %SERVICE_PASSWORD%
|
|
|
|
# Use "sudo quantum-rootwrap /etc/quantum/rootwrap.conf" to use the real
|
|
# root filter facility.
|
|
# Change to "sudo" to skip the filtering and just run the comand directly
|
|
root_helper = sudo
|
|
|
|
# Where to store metadata state files. This directory must be writable by the
|
|
# user executing the agent.
|
|
# state_path = /var/lib/quantum
|
|
|
|
# IP address used by Nova metadata server
|
|
# nova_metadata_ip = 127.0.0.1
|
|
|
|
# TCP Port used by Nova metadata server
|
|
# nova_metadata_port = 8775
|
|
|
|
# When proxying metadata requests, Quantum signs the Instance-ID header with a
|
|
# shared secret to prevent spoofing. You may select any string for a secret,
|
|
# but it must match here and in the configuration used by the Nova Metadata
|
|
# Server. NOTE: Nova uses a different key: quantum_metadata_proxy_shared_secret
|
|
# metadata_proxy_shared_secret =
|