From 7af13b29236a15a63b0d9e2f651b4a0ce0e36a03 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. --- cloud/glance_image | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloud/glance_image b/cloud/glance_image index d8b02602feb..3bbc6f0ebca 100644 --- a/cloud/glance_image +++ b/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"] '''