Gauvain Pocentek cce63f68aa [config-ref] Tables update
Change-Id: Ia766f93b9ce5b1560ebe37da65bd70be61a0fdd1
2016-03-19 08:34:45 +01:00

43 lines
2.3 KiB
ReStructuredText

..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _glance-cinder:
.. list-table:: Description of cinder configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[glance_store]**
-
* - ``cinder_api_insecure`` = ``False``
- (Boolean) Allow to perform insecure SSL requests to cinder
* - ``cinder_ca_certificates_file`` = ``None``
- (String) Location of ca certicates file to use for cinder client requests.
* - ``cinder_catalog_info`` = ``volumev2::publicURL``
- (String) Info to match when looking for cinder in the service catalog. Format is : separated values of the form: <service_type>:<service_name>:<endpoint_type>
* - ``cinder_endpoint_template`` = ``None``
- (String) Override service catalog lookup with template for cinder endpoint e.g. http://localhost:8776/v2/%(tenant)s
* - ``cinder_http_retries`` = ``3``
- (Integer) Number of cinderclient retries on failed http calls
* - ``cinder_os_region_name`` = ``None``
- (String) Region name of this node. If specified, it will be used to locate OpenStack services for stores.
* - ``cinder_state_transition_timeout`` = ``300``
- (Integer) Time period of time in seconds to wait for a cinder volume transition to complete.
* - ``cinder_store_auth_address`` = ``None``
- (String) The address where the Cinder authentication service is listening. If <None>, the cinder endpoint in the service catalog is used.
* - ``cinder_store_password`` = ``None``
- (String) Password for the user authenticating against Cinder. If <None>, the current context auth token is used.
* - ``cinder_store_project_name`` = ``None``
- (String) Project name where the image is stored in Cinder. If <None>, the project in current context is used.
* - ``cinder_store_user_name`` = ``None``
- (String) User name to authenticate against Cinder. If <None>, the user of current context is used.