Description of configuration options for cinder
Configuration option = Default value Description
[DEFAULT]
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