1.4 KiB
1.4 KiB
Configuration option = Default value | Description |
---|---|
[glance_store] | |
http_proxy_information = {} |
(Dict) Specify the http/https proxy information that should be used to connect to the remote server. The proxy information should be a key value pair of the scheme and proxy. e.g. http:10.0.0.1:3128. You can specify proxies for multiple schemes by seperating the key value pairs with a comma.e.g. http:10.0.0.1:3128, https:10.0.0.1:1080. |
https_ca_certificates_file = None |
(String) Specify the path to the CA bundle file to use in verifying the remote server certificate. |
https_insecure = True |
(Boolean) If true, the remote server certificate is not verified. If false, then the default CA truststore is used for verification. This option is ignored if "https_ca_certificates_file" is set. |