Merge pull request #8586 from ericwb/fix_glance_doc
Fix the docs for glance_image.endpoint_typepull/4420/head
commit
1c8f999e51
|
@ -106,10 +106,11 @@ options:
|
||||||
default: None
|
default: None
|
||||||
endpoint_type:
|
endpoint_type:
|
||||||
description:
|
description:
|
||||||
- endpoint URL type
|
- The name of the glance service's endpoint URL type
|
||||||
choices: [publicURL, internalURL]
|
choices: [publicURL, internalURL]
|
||||||
required: false
|
required: false
|
||||||
default: publicURL
|
default: publicURL
|
||||||
|
version_added: "1.7"
|
||||||
requirements: ["glanceclient", "keystoneclient"]
|
requirements: ["glanceclient", "keystoneclient"]
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue