Comment 2 for bug 1006777

Revision history for this message
Jason Xu (yinyangxu) wrote : Re: GET /tokens/{token_id}/endpoints not implemented

[token]
driver = keystone.token.backends.kvs.Token

I debugged the code and found the following method called.

keystone/keystone/service.py
420 def endpoints(self, context, token_id):
421 """Return a list of endpoints available to the token."""
422 raise exception.NotImplemented()