Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/fog/openstack/orchestration/requests/create_stack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def create_stack(arg1, arg2 = nil)
# and replaces it with :template.
# see https://github.com/openstack-infra/shade/blob/master/shade/openstackcloud.py#L1201
# see https://developer.openstack.org/api-ref/orchestration/v1/index.html#create-stack
file_resolver = Util::RecursiveHotFileLoader.new(options[:template] || options[:template_url], options[:files])
file_resolver = OrchestrationUtil::RecursiveHotFileLoader.new(options[:template] || options[:template_url], options[:files])
options[:template] = file_resolver.template
options[:files] = file_resolver.files unless file_resolver.files.empty?

Expand Down
Loading