Skip to content

Conversation

@Dhamo1107
Copy link
Contributor

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!

@geemus geemus merged commit 74757b1 into fog:master Feb 5, 2025
0 of 4 checks passed
@geemus
Copy link
Member

geemus commented Feb 5, 2025

Released in v1.1.4. Apologies for the delays, I've had a sick kid at home the last few days which have made things extra hectic. Thanks for the fix!

@Dhamo1107
Copy link
Contributor Author

Hey @geemus, Thank you for the update. Hope your child feels better soon

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