← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1315798] Re: Can't list endpoints for a token in Identity Python Client

 

** Project changed: keystone => python-keystoneclient

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1315798

Title:
  Can't list endpoints for a token in Identity Python Client

Status in Python client library for Keystone:
  In Progress

Bug description:
  The client fails because it is looking for a non-existing "token" key
  in the response from Keystone:

  def endpoints(self, token):
      return self._get("/tokens/%s/endpoints" % base.getid(token), "token")

  It needs to be changed to look for the "endpoints" key instead and
  parse its value correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1315798/+subscriptions


References