Fix the docs for glance_image.endpoint_type

The endpoint_type option was added in version 1.7,
so the docs need to state this.  Also the the description
is too brief.
This commit is contained in:
Eric Brown 2014-08-12 16:40:01 -07:00
parent 6d4b429488
commit 7af13b2923

View file

@ -106,10 +106,11 @@ options:
default: None
endpoint_type:
description:
- endpoint URL type
- The name of the glance service's endpoint URL type
choices: [publicURL, internalURL]
required: false
default: publicURL
version_added: "1.7"
requirements: ["glanceclient", "keystoneclient"]
'''