From caee342ea302638e6f2fa8ddfcd0aaac03004f39 Mon Sep 17 00:00:00 2001 From: Sergey Kraynev Date: Mon, 8 Feb 2016 08:53:32 -0500 Subject: [PATCH] Add note about template format for url reference Change-Id: I0a5e00547486d4c62bc07c2f734afc21175bef5e --- doc/source/getting_started/create_a_stack.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/getting_started/create_a_stack.rst b/doc/source/getting_started/create_a_stack.rst index e58c63283..c20128e65 100644 --- a/doc/source/getting_started/create_a_stack.rst +++ b/doc/source/getting_started/create_a_stack.rst @@ -60,6 +60,12 @@ Which will respond:: | (uuid) | teststack | CREATE_IN_PROGRESS | (timestamp) | +--------------------------------------+-----------+--------------------+----------------------+ + +.. note:: + Link on Heat template presented in command above should reference on RAW + template. In case if it be a "html" page with template, Heat will return + an error. + List stacks ~~~~~~~~~~~ List the stacks in your tenant::