Public bug reported:

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.

** Affects: keystone
     Importance: Undecided
         Status: New

** Summary changed:

- Can't retrieve endpoints for token in Python Client
+ Can't retrieve endpoints for token in Identity Python Client

-- 
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 retrieve endpoints for token in Identity Python Client

Status in OpenStack Identity (Keystone):
  New

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/keystone/+bug/1315798/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to