Repository URL to install this package:
Version:
4.0.109 ▾
|
ó ±EYc @ s d d l m Z d d l m Z d Z e j e d d d d Z e j d d d d d e j d d d d d e j d d d d d e j d d d d d d d g Z e j d d e d d e j d d d d e d d g Z e e Z d Z d Z d S( iÿÿÿÿ( t loading( t cfgt neutront titles Neutron Optionst helpsH Configuration options for neutron (network connectivity as a service). t urlt defaults http://127.0.0.1:9696s This option specifies the URL for connecting to Neutron. Possible values: * Any valid URL that points to the Neutron API service is appropriate here. This typically matches the URL returned for the 'network' service type from the Keystone service catalog. t region_namet RegionOnesÀ Region name for connecting to Neutron in admin context. This option is used in multi-region setups. If there are two Neutron servers running in two regions in two different machines, then two services need to be created in Keystone with two different regions and associate corresponding endpoints to those services. When requests are made to Keystone, the Keystone service uses the region_name to determine the region the request is coming from. t ovs_bridges br-intsÔ Specifies the name of an integration bridge interface used by OpenvSwitch. This option is used only if Neutron does not specify the OVS bridge name. Possible values: * Any string representing OVS bridge name. t extension_sync_intervaliX t mini s6 Integer value representing the number of seconds to wait before querying Neutron for extensions. After this number of seconds the next time Nova needs to create a resource in Neutron it will requery Neutron for the extensions that it has loaded. Setting value to 0 will refresh the extensions with no wait. t service_metadata_proxys When set to True, this option indicates that Neutron will be used to proxy metadata requests and resolve instance ids. Otherwise, the instance ID must be passed to the metadata request in the 'X-Instance-ID' header. Related options: * metadata_proxy_shared_secret t metadata_proxy_shared_secrett t secrets÷ This option holds the shared secret string used to validate proxy requests to Neutron metadata requests. In order to be used, the 'X-Metadata-Provider-Signature' header must be supplied in the request. Related options: * service_metadata_proxy c C sD | j t | j t d t t j | t t j | t d S( Nt group( t register_groupt neutron_groupt register_optst ALL_OPTSt ks_loadingt register_session_conf_optionst NEUTRON_GROUPt register_auth_conf_options( t conf( ( sF /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/neutron.pyR j s c C sF i t t j t j t j d t j d t j d t 6S( Nt passwordt v2passwordt v3password( R R t get_session_conf_optionst get_auth_common_conf_optionst get_auth_plugin_conf_optionsR ( ( ( sF /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/neutron.pyt list_optsq s 1N( t keystoneauth1R R t oslo_configR R t OptGroupR t URIOptt StrOptt IntOptt neutron_optst BoolOptt Falset Truet metadata_proxy_optsR R R ( ( ( sF /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/neutron.pyt <module> s: