mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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:
parent
9edf3a749a
commit
5ce366c6a2
1 changed files with 2 additions and 1 deletions
|
@ -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"]
|
||||
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue