-
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
Friendly error message for HTTP 503 #293
Conversation
Handling HTML error responses from undercloud Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1566570 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1510769
14dc88d
to
0c34c37
Compare
Checked commit slemrmartin@0c34c37 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
Looks pretty good to me. Have you tested it to ensure it works? |
@miq-bot add_label documentation |
@miq-bot remove_label documentation |
@miq-bot add_label blocker |
@mansam Yes, I have. It was the hardest part to get credentials to this environment :) |
@slemrmartin thanks! |
Friendly error message for HTTP 503 (cherry picked from commit 1afb38f) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1566570
Gaprindashvili backport details:
|
Handling HTML error responses from undercloud
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1566570
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1510769
Steps to reproduce:
In Networks -> Networks:
Actual results:
unexpected token at '<html><body><h1>503 Service Unavailable</h1> No server is available to handle this request. </body></html> '
Expected results:
503 Service Unavailable No server is available to handle this request.
@miq-bot add_label bug
@miq-bot add_label gaprindashvili/yes
Cc @Ladas, @aufi