yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #71275
[Bug 1749797] Re: placement returns 503 when keystone is down
Reviewed: https://review.openstack.org/546108
Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=d3352ff422db6ba6a5e7bd4f7220af0d97efd0ac
Submitter: Zuul
Branch: master
commit d3352ff422db6ba6a5e7bd4f7220af0d97efd0ac
Author: Chris Dent <cdent@xxxxxxxxxxxxx>
Date: Tue Feb 20 10:31:49 2018 +0000
Identify the keystone service when raising 503
When the keystonemiddleware is used directly in the WSGI stack of an
application, the 503 that is raised when the keystone service errors
or cannot be reached needs to identify that keystone is the service
that has failed, otherwise it appears to the client that it is the
service they are trying to access is down, which is misleading.
This addresses the problem in the most straightforward way possible:
the exception that causes the 503 is given a message including the
word "Keystone".
The call method in BaseAuthTokenTestCase gains an
expected_body_string kwarg. If not None, the response body (as
a six.text_type) is compared with the value.
Change-Id: Idf211e7bc99139744af232f5ea3ecb4be41551ca
Closes-Bug: #1747655
Closes-Bug: #1749797
** Changed in: keystonemiddleware
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1749797
Title:
placement returns 503 when keystone is down
Status in keystonemiddleware:
Fix Released
Status in OpenStack Compute (nova):
Confirmed
Bug description:
See the logs here: http://logs.openstack.org/50/544750/8/check/ironic-
grenade-dsvm-multinode-multitenant/5713fb8/logs/screen-placement-
api.txt.gz#_Feb_15_17_58_22_463228
This is during an upgrade while Keystone is down. Placement returns a
503 because it cannot reach keystone.
I'm not sure what the expected behavior should be, but a 503 feels
wrong.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystonemiddleware/+bug/1749797/+subscriptions
References