summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-05-11 08:10:37 -0400
committerToshio Kuratomi <toshio@fedoraproject.org>2015-05-29 13:10:13 -0700
commit2046d763109d8d62a39e6e215ae8cd2a2465d422 (patch)
tree6b90b1dae4a5208855da11fc78a42a55c948845c
parentb659621575168b57d06b44de2d507aba202f2607 (diff)
downloadansible-2046d763109d8d62a39e6e215ae8cd2a2465d422.tar.gz
Add defaults and a link to os-client-config docs
-rw-r--r--lib/ansible/utils/module_docs_fragments/openstack.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/ansible/utils/module_docs_fragments/openstack.py b/lib/ansible/utils/module_docs_fragments/openstack.py
index c295ed4306..94d5b9834c 100644
--- a/lib/ansible/utils/module_docs_fragments/openstack.py
+++ b/lib/ansible/utils/module_docs_fragments/openstack.py
@@ -80,14 +80,17 @@ options:
- A path to a CA Cert bundle that can be used as part of verifying
SSL API requests.
required: false
+ default: None
cert:
description:
- A path to a client certificate to use as part of the SSL transaction
required: false
+ default: None
key:
description:
- A path to a client key to use as part of the SSL transaction
required: false
+ default: None
endpoint_type:
description:
- Endpoint URL type to fetch from the service catalog.
@@ -102,5 +105,6 @@ notes:
can come from a yaml config file in /etc/ansible/openstack.yaml,
/etc/openstack/clouds.yaml or ~/.config/openstack/clouds.yaml, then from
standard environment variables, then finally by explicit parameters in
- plays.
+ plays. More information can be found at
+ U(http://docs.openstack.org/developer/os-client-config)
'''