Files
openstack-manuals/doc/config-reference/source/tables/glance-cinder.rst
Gauvain Pocentek 26510e84dd [config-ref] Publish the RST version
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b
Implements: blueprint config-ref-rst
2015-12-21 09:44:24 +01:00

1.4 KiB

Description of cinder configuration options
Configuration option = Default value Description
[glance_store]
cinder_api_insecure = False (BoolOpt) Allow to perform insecure SSL requests to cinder
cinder_ca_certificates_file = None (StrOpt) Location of ca certicates file to use for cinder client requests.
cinder_catalog_info = volume:cinder:publicURL (StrOpt) 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 (StrOpt) Override service catalog lookup with template for cinder endpoint e.g. http://localhost:8776/v1/%(project_id)s
cinder_http_retries = 3 (IntOpt) Number of cinderclient retries on failed http calls