From a51e954c4663c7c1f8a141394fb734f578904b2d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 23 Aug 2014 13:52:06 +0200 Subject: [PATCH] Fix HOT glossary entry, add CFN entry Do not use glossentry inside the glossary. Instead cross-reference via the index. Add entry for AWS CloudFormation template. Change-Id: I43956404f800587ea55a6562b31adf4e600dbce8 --- doc/glossary/glossary-terms.xml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/doc/glossary/glossary-terms.xml b/doc/glossary/glossary-terms.xml index 9fa56d8ac3..64019cf632 100644 --- a/doc/glossary/glossary-terms.xml +++ b/doc/glossary/glossary-terms.xml @@ -846,6 +846,21 @@ Amazon Web Services. + + + AWS CloudFormation template + + AWS CloudFormation template + + + + + AWS CloudFormation allows AWS users to create and manage a + collection of related resources. The Orchestration module + supports a CloudFormation-compatible format (CFN). + + + @@ -7598,13 +7613,14 @@ stack stack + Heat Orchestration Template (HOT) A set of OpenStack resources created and managed by the Orchestration service according to a given template (either an - AWS CloudFormation template or a Heat Orchestration - Template (HOT)). + AWS CloudFormation template or a Heat Orchestration + Template (HOT)).