provider/openstack: Add documentation for cacert_file (#6259)

This commit is contained in:
Joe Topjian 2016-04-20 08:28:49 -06:00 committed by Paul Stack
parent 1047df948c
commit 29daf8ca83
1 changed files with 3 additions and 0 deletions

View File

@ -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.