.. 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`` - (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: :: * - ``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