From 5ce366c6a2cd16baa69143d7246dc209f06c2249 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Tue, 12 Aug 2014 16:40:01 -0700 Subject: [PATCH] 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. --- library/cloud/glance_image | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/cloud/glance_image b/library/cloud/glance_image index d8b02602feb..3bbc6f0ebca 100644 --- a/library/cloud/glance_image +++ b/library/cloud/glance_image @@ -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"] '''