Repository URL to install this package:
Version:
4.0.109 ▾
|
ó ±EYc @ sÏ d d l m Z d d l m Z e j d d d d d Z e j d d d d d d d e j d d d e j d d d e j d d d d d d d e j d d e d d g Z d Z d Z d S( iÿÿÿÿ( t loading( t cfgt cindert titles Cinder Optionst helps+ Configuration options for the block storaget catalog_infot defaults volumev2:cinderv2:publicURLt regexs (\w+):(\w+):(.*?)s Info to match when looking for cinder in the service catalog. Possible values: * Format is separated values of the form: <service_type>:<service_name>:<endpoint_type> Related options: * endpoint_template - Setting this option will override catalog_info t endpoint_templates+ If this option is set then it will override service catalog lookup with this template for cinder endpoint Possible values: * URL for cinder endpoint API e.g. http://localhost:8776/v1/%(project_id)s Related options: * catalog_info - If endpoint_template is not set, catalog_info will be used. t os_region_names Region name of this node. This is used when picking the URL in the service catalog. Possible values: * Any string representing region name t http_retriesi t mini s` Number of times cinderclient should retry on any failed http call. 0 means connection is attempted only once. Setting it to any positive integer means that on failure connection is retried that many times e.g. setting it to 3 means total attempts to connect will be 4. Possible values: * Any integer value. 0 means connection is attempted only once t cross_az_attachs Allow attach between instance and volume in different availability zones. If False, volumes attached to an instance must be in the same availability zone in Cinder as the instance availability zone in Nova. This also means care should be taken when booting an instance from a volume where source is not "volume" because Nova will attempt to create a volume using the same availability zone as what is assigned to the instance. If that AZ is not in Cinder (or allow_availability_zone_fallback=False in cinder.conf), the volume create request will fail and the instance will fail the build request. By default there is no availability zone restriction on volume attach. c C s7 | j t | j t d t t j | t j d S( Nt group( t register_groupt cinder_groupt register_optst cinder_optst ks_loadingt register_session_conf_optionst name( t conf( ( sE /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/cinder.pyR ^ s c C s i t t j 6S( N( R R R ( ( ( sE /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/cinder.pyt list_optse s N( t keystoneauth1R R t oslo_configR t OptGroupR t StrOptt IntOptt BoolOptt TrueR R R ( ( ( sE /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/cinder.pyt <module> s,