components/openstack/neutron/files/metadata_agent.ini
changeset 3998 5bd484384122
child 5405 66fd59fecd68
equal deleted inserted replaced
3997:0ca3f3d6c919 3998:5bd484384122
       
     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.
       
     6 auth_url = http://localhost:5000/v2.0
       
     7 auth_region = RegionOne
       
     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 =
       
    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 # Which protocol to use for requests to Nova metadata server, http or https
       
    26 # nova_metadata_protocol = http
       
    27 
       
    28 # Whether insecure SSL connection should be accepted for Nova metadata server
       
    29 # requests
       
    30 # nova_metadata_insecure = False
       
    31 
       
    32 # Client certificate for nova api, needed when nova api requires client
       
    33 # certificates
       
    34 # nova_client_cert =
       
    35 
       
    36 # Private key for nova client certificate
       
    37 # nova_client_priv_key =
       
    38 
       
    39 # When proxying metadata requests, Neutron signs the Instance-ID header with a
       
    40 # shared secret to prevent spoofing.  You may select any string for a secret,
       
    41 # but it must match here and in the configuration used by the Nova Metadata
       
    42 # Server. NOTE: Nova uses a different key: neutron_metadata_proxy_shared_secret
       
    43 # metadata_proxy_shared_secret =
       
    44 
       
    45 # Location of Metadata Proxy UNIX domain socket
       
    46 # metadata_proxy_socket = $state_path/metadata_proxy
       
    47 
       
    48 # Number of separate worker processes for metadata server. Defaults to
       
    49 # half the number of CPU cores
       
    50 metadata_workers = 1
       
    51 
       
    52 # Number of backlog requests to configure the metadata server socket with
       
    53 # metadata_backlog = 4096
       
    54 
       
    55 # URL to connect to the cache backend.
       
    56 # default_ttl=0 parameter will cause cache entries to never expire.
       
    57 # Otherwise default_ttl specifies time in seconds a cache entry is valid for.
       
    58 # No cache is used in case no value is passed.
       
    59 # cache_url = memory://?default_ttl=5