Documentation ¶
Overview ¶
Package stacktemplates provides operations for working with Heat templates. A Cloud Orchestration template is a portable file, written in a user-readable language, that describes how a set of resources should be assembled and what software should be installed in order to produce a working stack. The template specifies what resources should be used, what attributes can be set, and other parameters that are critical to the successful, repeatable automation of a specific application stack.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(c *gophercloud.ServiceClient, stackName, stackID string) os.GetResult
Get retreives data for the given stack template.
func Validate ¶
func Validate(c *gophercloud.ServiceClient, opts os.ValidateOptsBuilder) os.ValidateResult
Validate validates the given stack template.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.