Merge "Documenting OPENSTACK_SSL_CACERT"

This commit is contained in:
Jenkins 2013-11-18 08:35:42 +00:00 committed by Gerrit Code Review
commit 1dd9ec17ed
1 changed files with 12 additions and 0 deletions

View File

@ -189,6 +189,18 @@ Default: ``False``
Disable SSL certificate checks in the OpenStack clients (useful for self-signed
certificates).
``OPENSTACK_SSL_CACERT``
------------------------
Default: ``None``
When unset or set to ``None`` the default CA certificate on the system is used
for SSL verification.
When set with the path to a custom CA certificate file, this overrides use of
the default system CA certificate. This custom certificate is used to verify all
connections to openstack services when making API calls.
``OPENSTACK_KEYSTONE_BACKEND``
------------------------------