-
Notifications
You must be signed in to change notification settings - Fork 897
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
Makes http_proxy_uri class method #17218
Makes http_proxy_uri class method #17218
Conversation
Instance method uses new class method, which is needed by provider validation. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1552114 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1559019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
@slemrmartin ManageIQ/manageiq-ui-classic#3693 is |
@simaishi yes this should be fine back on G branch |
…-proxy Makes http_proxy_uri class method (cherry picked from commit 1c45ec3) https://bugzilla.redhat.com/show_bug.cgi?id=1563267 https://bugzilla.redhat.com/show_bug.cgi?id=1563268
Thanks Adam. Gaprindashvili backport details:
|
@slemrmartin @agrare Can this and ManageIQ/manageiq-ui-classic#3693 also go to Fine branch? The BZ now has cfme-5.8.z flag. |
@simaishi This looks like it should be able to go back to fine without a problem |
@agrare thanks! |
@slemrmartin Looks like cloud validation code isn't in Fine branch in manageiq-ui-classic... Also, BZ had cfme-5.8.z flag, but the description says it's not a problem in Fine branch. Please clarify what need to go to Fine branch, if any. |
@miq-bot add_label fine/no |
…-proxy Makes http_proxy_uri class method (cherry picked from commit 1c45ec3) https://bugzilla.redhat.com/show_bug.cgi?id=1569532
…der-with-proxy" This reverts commit a4415eb.
…der-with-proxy Makes http_proxy_uri class method (cherry picked from commit 1c45ec3) https://bugzilla.redhat.com/show_bug.cgi?id=1569532
…ew-provider-with-proxy" This reverts commit a4415eb.
Instance method uses new class method.
Class method needed by UI when adding new cloud provider and validating it.
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1552114
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1559019
PR: ManageIQ/manageiq-ui-classic#3693
Cc @agrare