blob: 5af0bd62a11314c1e934797b1ee0da43ee16e329 [file] [log] [blame]
Jon Perritt25e14622015-02-09 11:51:41 -07001// Package stacktemplates provides operations for working with Heat templates.
2// A Cloud Orchestration template is a portable file, written in a user-readable
3// language, that describes how a set of resources should be assembled and what
4// software should be installed in order to produce a working stack. The template
5// specifies what resources should be used, what attributes can be set, and other
6// parameters that are critical to the successful, repeatable automation of a
7// specific application stack.
8package stacktemplates