From c801b22a21e87685507338decda19ebd5d86535a Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Wed, 3 Aug 2016 18:39:32 +0900 Subject: [PATCH] Update HOT template guide preface 3 years passed since HOT template guide is written This patch updates preface Change-Id: If41e1c7c492c87634d03988a29a2a5a5c510888c --- doc/source/template_guide/hot_guide.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/template_guide/hot_guide.rst b/doc/source/template_guide/hot_guide.rst index 75b85e817b..08866eb689 100644 --- a/doc/source/template_guide/hot_guide.rst +++ b/doc/source/template_guide/hot_guide.rst @@ -17,8 +17,9 @@ Heat Orchestration Template (HOT) Guide ======================================= -HOT is a new template format meant to replace the Heat CloudFormation-compatible -format (CFN) as the native format supported by the Heat over time. +HOT is a template format supported by the heat, +along with the other template format, +i.e. the Heat CloudFormation-compatible format (CFN). This guide is targeted towards template authors and explains how to write HOT templates based on examples. A detailed specification of HOT can be found at :ref:`hot_spec`. @@ -27,8 +28,7 @@ at :ref:`hot_spec`. Status ------ -HOT support is still under development and needs more work to provide access to -all functionality currently available via the CFN compatible template interface. +HOT is in the process of surpassing the functionality of the CFN. This guide will be updated periodically whenever new features get implemented for HOT.