5de719a92a
The content of this book is mostly autogenerated from the heat source code using the generate-reference.sh script and openstack-doc-tools>=0.18. Implements: blueprint heat-templates Change-Id: Ia00ec6debdab3fe6038683aad01b025a9ff6702b
26 lines
950 B
XML
26 lines
950 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<preface xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="reference_overview">
|
|
<title>HOT reference overview</title>
|
|
<para>Heat Orchestration Template (HOT) is a new template format meant to
|
|
replace the Heat CloudFormation-compatible format (CFN) as the native
|
|
format supported by the Orchestration module over time.</para>
|
|
<para>This reference documents the syntax of:</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>OpenStack native resources</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>CloudFormation-compatible resources</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>CloudFormation-compatible functions</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<xi:include href="../common/section_conventions.xml"/>
|
|
</preface>
|