-
Notifications
You must be signed in to change notification settings - Fork 92
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
Skip disabled tenants when connecting to OpenStack #172
Conversation
Attempts to connect with disabled tenants generated misleading error messages, skipping disabled tenants when obtaining connection to OpenStack. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1518625
Checked commit aufi@9591e89 with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0 |
LGTM! |
Skip disabled tenants when connecting to OpenStack (cherry picked from commit e98c61d) https://bugzilla.redhat.com/show_bug.cgi?id=1520617
Gaprindashvili backport details:
|
@blomquisg @simaishi Backport should not be problem (except the severity of BZ which was only about error records in log, but that's not a technical obstackle). I checked Euwe branch and dependencies of this change are already there, so it should be easy to backport. Is it possible make it "automatically" or should backport PRs be created by me? |
Fine backport (to manageiq-gems-pending repo) details:
|
Euwe backport (to manageiq repo) details:
|
@aufi Backported to Fine and Euwe without problem, so this is all set! |
@simaishi Great, thanks! |
Attempts to connect with disabled tenants generated misleading error messages,
skipping disabled tenants when obtaining connection to OpenStack.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1518625