Create a stack.
or (one of the two Template parameters is required)
patch a stack.
@param [Fog::Orchestration::OpenStack::Stack] the stack to patch. @param [Hash] options
* :template [String] Structure containing the template body. or (one of the two Template parameters is required) * :template_url [String] URL of file containing the template body. * :parameters [Hash] Hash of providers to supply to template.
Update a stack.
@param [Fog::Orchestration::OpenStack::Stack] the stack to update. @param [Hash] options
* :template [String] Structure containing the template body. or (one of the two Template parameters is required) * :template_url [String] URL of file containing the template body. * :parameters [Hash] Hash of providers to supply to template.