4070N/A[DEFAULT]
4070N/A# Show debugging output in log (sets DEBUG log level output)
4070N/A# debug = True
4070N/A
4070N/A# The Neutron user information for accessing the Neutron API.
4070N/Aauth_url = http://localhost:5000/v2.0
4070N/Aauth_region = RegionOne
4070N/A# Turn off verification of the certificate for ssl
4070N/A# auth_insecure = False
4070N/A# Certificate Authority public key (CA cert) file for ssl
4070N/A# auth_ca_cert =
4070N/Aadmin_tenant_name = %SERVICE_TENANT_NAME%
4070N/Aadmin_user = %SERVICE_USER%
4070N/Aadmin_password = %SERVICE_PASSWORD%
4070N/A
4070N/A# Network service endpoint type to pull from the keystone catalog
4070N/A# endpoint_type = adminURL
4070N/A
4070N/A# IP address used by Nova metadata server
4070N/A# nova_metadata_ip = 127.0.0.1
4070N/A
4070N/A# TCP Port used by Nova metadata server
4070N/A# nova_metadata_port = 8775
4070N/A
4070N/A# Which protocol to use for requests to Nova metadata server, http or https
4070N/A# nova_metadata_protocol = http
4070N/A
4070N/A# Whether insecure SSL connection should be accepted for Nova metadata server
4070N/A# requests
4070N/A# nova_metadata_insecure = False
4070N/A
4070N/A# Client certificate for nova api, needed when nova api requires client
4070N/A# certificates
4070N/A# nova_client_cert =
4070N/A
4070N/A# Private key for nova client certificate
4070N/A# nova_client_priv_key =
4070N/A
4070N/A# When proxying metadata requests, Neutron signs the Instance-ID header with a
4070N/A# shared secret to prevent spoofing. You may select any string for a secret,
4070N/A# but it must match here and in the configuration used by the Nova Metadata
6033N/A# Server. NOTE: Nova uses the same config key, but in [neutron] section.
4070N/A# metadata_proxy_shared_secret =
4070N/A
4070N/A# Location of Metadata Proxy UNIX domain socket
4070N/A# metadata_proxy_socket = $state_path/metadata_proxy
4070N/A
6033N/A# Metadata Proxy UNIX domain socket mode, 3 values allowed:
6033N/A# 'deduce': deduce mode from metadata_proxy_user/group values,
6033N/A# 'user': set metadata proxy socket mode to 0o644, to use when
6033N/A# metadata_proxy_user is agent effective user or root,
6033N/A# 'group': set metadata proxy socket mode to 0o664, to use when
6033N/A# metadata_proxy_group is agent effective group,
6033N/A# 'all': set metadata proxy socket mode to 0o666, to use otherwise.
6033N/A# metadata_proxy_socket_mode = deduce
6033N/A
4070N/A# Number of separate worker processes for metadata server. Defaults to
4070N/A# half the number of CPU cores
4070N/Ametadata_workers = 1
4070N/A
4070N/A# Number of backlog requests to configure the metadata server socket with
4070N/A# metadata_backlog = 4096
4070N/A
4070N/A# URL to connect to the cache backend.
4070N/A# default_ttl=0 parameter will cause cache entries to never expire.
4070N/A# Otherwise default_ttl specifies time in seconds a cache entry is valid for.
4070N/A# No cache is used in case no value is passed.
4070N/A# cache_url = memory://?default_ttl=5