-
Notifications
You must be signed in to change notification settings - Fork 356
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
Pass correct credential parameters depending on the credential type #3913
Pass correct credential parameters depending on the credential type #3913
Conversation
/cc @h-kataria |
Checked commits AparnaKarve/manageiq-ui-classic@1b10a16~...0abf186 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
looks good. |
…are_console_tab Pass correct credential parameters depending on the credential type (cherry picked from commit e16363f) https://bugzilla.redhat.com/show_bug.cgi?id=1591497
Gaprindashvili backport details:
|
@AparnaKarve Please take a look at Travis failure in Gaprindashvili. This is the one I was asking you on gitter about spec possibly needing a change in G-branch because of missing https://travis-ci.org/ManageIQ/manageiq-ui-classic/jobs/405802359 |
Thanks @simaishi. I had verified this locally and it did not fail for some reason - but will look into it now. |
@simaishi I can make a PR to fix the spec but was wondering why the |
@AparnaKarve That's because the hash didn't get modified in this PR. Before the PR, the line in 'master' branch was:
This PR changed to:
So in this PR, you've added a few things before/after the hash without changing the hash contents, and that's what I've done when cherry-picking too.
|
Nice! |
For
VMWare Infra VMRC Console
, correct credential parameters were not being passed while doing the validation on the queue.Other than the above case that was reported in the BZ, the PR also fixes the following cases -
OpenStack cloud AMQP
OpenStack infra AMQP
VMWare cloud AMQP
https://bugzilla.redhat.com/show_bug.cgi?id=1574000