From 6931a96a14ddfce9d7bc3cccd0142c2ea44fc48b Mon Sep 17 00:00:00 2001 From: Sahdev Zala Date: Mon, 21 Oct 2013 10:12:02 -0500 Subject: [PATCH] Correct misleading template guide Ref example Currently the template guide example of return value for reference shows an arbitrary string, this patch repalces it with an appropriate return. Change-Id: Iacea741456640e3cd6ce72c6a616c87ae79334bb Closes-bug: #1226798 --- doc/source/template_guide/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/template_guide/functions.rst b/doc/source/template_guide/functions.rst index f5a695008c..eb524605b5 100644 --- a/doc/source/template_guide/functions.rst +++ b/doc/source/template_guide/functions.rst @@ -35,7 +35,7 @@ Usage {Ref: my_server} -Returns ``instance-0003`` +Returns the nova instance ID. For example, ``d8093de0-850f-4513-b202-7979de6c0d55`` ---------- Fn::Base64