ce094c144b
Change-Id: If4e4b6fccb77092ef5939100960ebf278f0e5bf9
1.4 KiB
1.4 KiB
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 |