github.com/huaweicloud/golangsdk@v0.0.0-20210831081626-d823fe11ceba/openstack/rts/v1/stacks/doc.go (about) 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 9 package stacks