Description of neutron configuration options
Configuration option = Default value Description
[DEFAULT]
= default (StrOpt) Default tenant id when creating neutron networks
[neutron]
= http://localhost:5000/v2.0 (StrOpt) Authorization URL for connecting to neutron in admin context. DEPRECATED: specify an auth_plugin and appropriate credentials instead.
= None (StrOpt) Password for connecting to neutron in admin context DEPRECATED: specify an auth_plugin and appropriate credentials instead.
= None (StrOpt) Tenant id for connecting to neutron in admin context DEPRECATED: specify an auth_plugin and appropriate credentials instead.
= None (StrOpt) Tenant name for connecting to neutron in admin context. This option will be ignored if neutron_admin_tenant_id is set. Note that with Keystone V3 tenant names are only unique within a domain. DEPRECATED: specify an auth_plugin and appropriate credentials instead.
= None (StrOpt) User id for connecting to neutron in admin context. DEPRECATED: specify an auth_plugin and appropriate credentials instead.
= None (StrOpt) Username for connecting to neutron in admin context DEPRECATED: specify an auth_plugin and appropriate credentials instead.
= None (StrOpt) Name of the plugin to load
= None (StrOpt) Config Section from which to load plugin specific options
= keystone (StrOpt) Authorization strategy for connecting to neutron in admin context. DEPRECATED: specify an auth_plugin and appropriate credentials instead. If an auth_plugin is specified strategy will be ignored.
= None (StrOpt) PEM encoded Certificate Authority to use when verifying HTTPs connections.
= None (StrOpt) PEM encoded client certificate cert file
= 600 (IntOpt) Number of seconds before querying neutron for extensions
= False (BoolOpt) Verify HTTPS connections.
= None (StrOpt) PEM encoded client certificate key file
= (StrOpt) Shared secret to validate proxies Neutron metadata requests
= br-int (StrOpt) Name of Integration Bridge used by Open vSwitch
= None (StrOpt) Region name for connecting to neutron in admin context
= False (BoolOpt) Set flag to indicate Neutron will proxy metadata requests and resolve instance ids.
= None (IntOpt) Timeout value for http requests
= http://127.0.0.1:9696 (StrOpt) URL for connecting to neutron