From 29daf8ca83433a2acaf66be771b3f41414677d89 Mon Sep 17 00:00:00 2001 From: Joe Topjian Date: Wed, 20 Apr 2016 08:28:49 -0600 Subject: [PATCH] provider/openstack: Add documentation for cacert_file (#6259) --- website/source/docs/providers/openstack/index.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/providers/openstack/index.html.markdown b/website/source/docs/providers/openstack/index.html.markdown index 1b8a4237e..2800bfaf5 100644 --- a/website/source/docs/providers/openstack/index.html.markdown +++ b/website/source/docs/providers/openstack/index.html.markdown @@ -73,6 +73,9 @@ The following arguments are supported: * `insecure` - (Optional) Explicitly allow the provider to perform "insecure" SSL requests. If omitted, default value is `false` +* `cacert_file` - (Optional) Specify a custom CA certificate when communicating + over SSL. If omitted, the `OS_CACERT` environment variable is used. + * `endpoint_type` - (Optional) Specify which type of endpoint to use from the service catalog. It can be set using the OS_ENDPOINT_TYPE environment variable. If not set, public endpoints is used.