blob: 19231b5137e5849f5bd7335f624df36ebfdd5e14 [file] [log] [blame]
Jon Perritt90944ca2015-02-09 11:50:57 -07001// Package stacks provides operation for working with Heat stacks. A stack is a
2// group of resources (servers, load balancers, databases, and so forth)
3// combined to fulfill a useful purpose. Based on a template, Heat orchestration
4// engine creates an instantiated set of resources (a stack) to run the
5// application framework or component specified (in the template). A stack is a
6// running instance of a template. The result of creating a stack is a deployment
7// of the application framework or component.
8package stacks