
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b Implements: blueprint config-ref-rst
1.5 KiB
1.5 KiB
Configuration option = Default value | Description |
---|---|
[service_credentials] | |
auth_section = None |
(Opt) Config Section from which to load plugin specific options |
auth_type = None |
(Opt) Authentication type to load |
cafile = None |
(StrOpt) PEM encoded Certificate Authority to use when verifying HTTPs connections. |
certfile = None |
(StrOpt) PEM encoded client certificate cert file |
insecure = False |
(BoolOpt) Verify HTTPS connections. |
interface = public |
(StrOpt) Type of endpoint in Identity service catalog to use for communication with OpenStack services. |
keyfile = None |
(StrOpt) PEM encoded client certificate key file |
region_name = None |
(StrOpt) Region name to use for OpenStack service endpoints. |
timeout = None |
(IntOpt) Timeout value for http requests |