Commit 92e400eb by Brian Coca

fixed minor issues with openstack docs not being valid yaml

parent 469a1250
...@@ -24,7 +24,7 @@ options: ...@@ -24,7 +24,7 @@ options:
cloud: cloud:
description: description:
- Named cloud to operate against. Provides default values for I(auth) and I(auth_plugin) - Named cloud to operate against. Provides default values for I(auth) and I(auth_plugin)
required: false required: false
auth: auth:
description: description:
- Dictionary containing auth information as needed by the cloud's auth - Dictionary containing auth information as needed by the cloud's auth
...@@ -87,12 +87,11 @@ options: ...@@ -87,12 +87,11 @@ options:
required: false required: false
endpoint_type: endpoint_type:
description: description:
- Endpoint URL type to fetch from the service catalog. - Endpoint URL type to fetch from the service catalog.
choices: [public, internal, admin] choices: [public, internal, admin]
required: false required: false
default: public default: public
requirements: requirements: [shade]
- shade
notes: notes:
- The standard OpenStack environment variables, such as C(OS_USERNAME) - The standard OpenStack environment variables, such as C(OS_USERNAME)
may be user instead of providing explicit values. may be user instead of providing explicit values.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment