provider/openstack: Add documentation for cacert_file (#6259)
This commit is contained in:
parent
1047df948c
commit
29daf8ca83
|
@ -73,6 +73,9 @@ The following arguments are supported:
|
||||||
* `insecure` - (Optional) Explicitly allow the provider to perform
|
* `insecure` - (Optional) Explicitly allow the provider to perform
|
||||||
"insecure" SSL requests. If omitted, default value is `false`
|
"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
|
* `endpoint_type` - (Optional) Specify which type of endpoint to use from the
|
||||||
service catalog. It can be set using the OS_ENDPOINT_TYPE environment
|
service catalog. It can be set using the OS_ENDPOINT_TYPE environment
|
||||||
variable. If not set, public endpoints is used.
|
variable. If not set, public endpoints is used.
|
||||||
|
|
Loading…
Reference in New Issue