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

2.3 KiB

Description of cinder configuration options
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.