yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #03240
[Bug 1093006] Re: a stack trace is reported when the keystone client attempts to list endpoints
*** This bug is a duplicate of bug 1150930 ***
https://bugs.launchpad.net/bugs/1150930
This ended up being a valid bug and was fixed in
https://github.com/openstack/keystone/commit/31df378f as part of bug
1150930 where the same issue produced slightly different symptoms.
** Changed in: keystone
Importance: Undecided => Medium
** Changed in: keystone
Status: Incomplete => Fix Released
** This bug has been marked a duplicate of bug 1150930
keystone commands failing
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1093006
Title:
a stack trace is reported when the keystone client attempts to list
endpoints
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
When running the following command the service logs a stack trace and
the client reports and error:
keystone endpoint-list
Failed to load keyring modules.
WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored).
Unable to communicate with identity service: {"error": {"message": "An unexpected error prevented the server from fulfilling your request. 'legacy_endpoint_id'", "code": 500, "title": "Internal Server Error"}}. (HTTP 500)
The error logged by the service is:
(root): 2012-12-21 13:12:05,911 ERROR wsgi __call__ 'legacy_endpoint_id' wsgi.py:224
Traceback (most recent call last):
File "/home/jbresnah/Dev/OpenStack/keystone/keystone/common/wsgi.py", line 215, in __call__
result = method(context, **params)
File "/home/jbresnah/Dev/OpenStack/keystone/keystone/catalog/controllers.py", line 64, in get_endpoints
if not endpoint['legacy_endpoint_id']:
KeyError: 'legacy_endpoint_id'
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1093006/+subscriptions