Files
openstack-manuals/doc/config-reference/source/tables/sahara-clients.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

3.0 KiB

Description of clients configuration options
Configuration option = Default value Description
[cinder]
api_insecure = False (BoolOpt) Allow to perform insecure SSL requests to cinder.
api_version = 2 (IntOpt) Version of the Cinder API to use.
ca_file = None (StrOpt) Location of ca certificates file to use for cinder client requests.
endpoint_type = internalURL (StrOpt) Endpoint type for cinder client requests
[heat]
api_insecure = False (BoolOpt) Allow to perform insecure SSL requests to heat.
ca_file = None (StrOpt) Location of ca certificates file to use for heat client requests.
endpoint_type = internalURL (StrOpt) Endpoint type for heat client requests
[keystone]
api_insecure = False (BoolOpt) Allow to perform insecure SSL requests to keystone.
ca_file = None (StrOpt) Location of ca certificates file to use for keystone client requests.
endpoint_type = internalURL (StrOpt) Endpoint type for keystone client requests
[manila]
api_insecure = True (BoolOpt) Allow to perform insecure SSL requests to manila.
api_version = 1 (IntOpt) Version of the manila API to use.
ca_file = None (StrOpt) Location of ca certificates file to use for manila client requests.
[neutron]
api_insecure = False (BoolOpt) Allow to perform insecure SSL requests to neutron.
ca_file = None (StrOpt) Location of ca certificates file to use for neutron client requests.
endpoint_type = internalURL (StrOpt) Endpoint type for neutron client requests
[nova]
api_insecure = False (BoolOpt) Allow to perform insecure SSL requests to nova.
ca_file = None (StrOpt) Location of ca certificates file to use for nova client requests.
endpoint_type = internalURL (StrOpt) Endpoint type for nova client requests
[swift]
api_insecure = False (BoolOpt) Allow to perform insecure SSL requests to swift.
ca_file = None (StrOpt) Location of ca certificates file to use for swift client requests.
endpoint_type = internalURL (StrOpt) Endpoint type for swift client requests