~corey.bryant/ubuntu/trusty/neutron/lp1318721

1 by Chuck Short
Import upstream version 2013.2~b2
1
[DEFAULT]
2
# Show debugging output in log (sets DEBUG log level output)
3
# debug = True
4
5
# The Neutron user information for accessing the Neutron API.
1.1.1 by Chuck Short
Import upstream version 2013.2~b3
6
auth_url = http://localhost:5000/v2.0
1 by Chuck Short
Import upstream version 2013.2~b2
7
auth_region = RegionOne
1.1.8 by James Page
Import upstream version 2014.1~b3
8
# Turn off verification of the certificate for ssl
9
# auth_insecure = False
10
# Certificate Authority public key (CA cert) file for ssl
11
# auth_ca_cert =
1 by Chuck Short
Import upstream version 2013.2~b2
12
admin_tenant_name = %SERVICE_TENANT_NAME%
13
admin_user = %SERVICE_USER%
14
admin_password = %SERVICE_PASSWORD%
15
16
# Network service endpoint type to pull from the keystone catalog
17
# endpoint_type = adminURL
18
19
# IP address used by Nova metadata server
20
# nova_metadata_ip = 127.0.0.1
21
22
# TCP Port used by Nova metadata server
23
# nova_metadata_port = 8775
24
25
# When proxying metadata requests, Neutron signs the Instance-ID header with a
26
# shared secret to prevent spoofing.  You may select any string for a secret,
27
# but it must match here and in the configuration used by the Nova Metadata
28
# Server. NOTE: Nova uses a different key: neutron_metadata_proxy_shared_secret
29
# metadata_proxy_shared_secret =
1.1.1 by Chuck Short
Import upstream version 2013.2~b3
30
31
# Location of Metadata Proxy UNIX domain socket
32
# metadata_proxy_socket = $state_path/metadata_proxy
1.1.8 by James Page
Import upstream version 2014.1~b3
33
34
# Number of separate worker processes for metadata server
35
# metadata_workers = 0
36
37
# Number of backlog requests to configure the metadata server socket with
38
# metadata_backlog = 128
1.1.13 by Corey Bryant
Import upstream version 2014.1.2
39
40
# URL to connect to the cache backend.
41
# Example of URL using memory caching backend
42
# with ttl set to 5 seconds: cache_url = memory://?default_ttl=5
43
# default_ttl=0 parameter will cause cache entries to never expire.
44
# Otherwise default_ttl specifies time in seconds a cache entry is valid for.
45
# No cache is used in case no value is passed.
46
# cache_url =