Jon Perritt | 90944ca | 2015-02-09 11:50:57 -0700 | [diff] [blame] | 1 | // 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. |
| 8 | package stacks |