Skip to content

Commit

Permalink
Fix: Update namespace from Util to OrchestrationUtil in OpenStack Orc…
Browse files Browse the repository at this point in the history
…hestration (#541)
  • Loading branch information
Dhamo1107 authored Feb 5, 2025
1 parent afc2bd6 commit 74757b1
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 74757b1

Please sign in to comment.