Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update namespace for RecursiveHotFileLoader in OpenStack Orchestration #541

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Dhamo1107
Copy link

Problem:

When attempting to create a stack in OpenStack using ManageIQ, the following error occurs:

uninitialized constant Fog::OpenStack::Orchestration::Real::Util

This issue is caused by a module naming mismatch in the fog-openstack gem.

Root Cause:

The code references Util::RecursiveHotFileLoader, but the correct namespace is OrchestrationUtil::RecursiveHotFileLoader.

Fix:

  • Updated create_stack.rb to use OrchestrationUtil::RecursiveHotFileLoader instead of Util::RecursiveHotFileLoader.

This resolves the issue and ensures proper stack creation.

Copy link
Member

@geemus geemus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants