I think this report is in error.  The UUID token was the base class for
the PKI token until Icehouse.  PKI tokens are widely deployed.

** Changed in: keystone
       Status: New => Invalid

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

Title:
  Invalid Import in pki.py

Status in OpenStack Identity (Keystone):
  Invalid

Bug description:
  Token based authentication is not supported with PKI due to bug in: 
  
https://github.com/openstack/keystone/blob/stable/havana/keystone/token/providers/pki.py

  
  from keystone.token.providers import uuid
  class Provider(uuid.Provider):

  Should be:

  from keystone.token.providers import pki
  class Provider(pki.Provider):

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1301141/+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