Description of configuration options for neutron
Configuration option = Default value Description
[DEFAULT]
neutron_default_tenant_id = default (StrOpt) Default tenant id when creating neutron networks
neutron_metadata_proxy_shared_secret = (StrOpt) Shared secret to validate proxies Neutron metadata requests
service_neutron_metadata_proxy = False (BoolOpt) Set flag to indicate Neutron will proxy metadata requests and resolve instance ids.
[neutron]
admin_auth_url = http://localhost:5000/v2.0 (StrOpt) Authorization URL for connecting to neutron in admin context
admin_password = None (StrOpt) Password for connecting to neutron in admin context
admin_tenant_id = None (StrOpt) Tenant id for connecting to neutron in admin context
admin_tenant_name = None (StrOpt) Tenant name for connecting to neutron in admin context. This option is mutually exclusive with admin_tenant_id. Note that with Keystone V3 tenant names are only unique within a domain.
admin_username = None (StrOpt) Username for connecting to neutron in admin context
api_insecure = False (BoolOpt) If set, ignore any SSL validation issues
auth_strategy = keystone (StrOpt) Authorization strategy for connecting to neutron in admin context
ca_certificates_file = None (StrOpt) Location of CA certificates file to use for neutron client requests.
extension_sync_interval = 600 (IntOpt) Number of seconds before querying neutron for extensions
ovs_bridge = br-int (StrOpt) Name of Integration Bridge used by Open vSwitch
region_name = None (StrOpt) Region name for connecting to neutron in admin context
url = http://127.0.0.1:9696 (StrOpt) URL for connecting to neutron
url_timeout = 30 (IntOpt) Timeout value for connecting to neutron in seconds