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

If OS_CLOUD is set, it may cause install to fail #75

Open
mdujava opened this issue Feb 5, 2024 · 0 comments
Open

If OS_CLOUD is set, it may cause install to fail #75

mdujava opened this issue Feb 5, 2024 · 0 comments

Comments

@mdujava
Copy link
Collaborator

mdujava commented Feb 5, 2024

additional_env = environ.copy()

When OS_CLOUD is set to different cloud than defined in a selected env from settings.yaml, pre-install steps (image upload, adding dns entry for a floating IP) are done in correct cloud, but openshift-install fails as it will use wrong cloud (defined by OS_CLOUD env variable) from openstack clouds.yaml, image would not be found.

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

No branches or pull requests

1 participant