← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1454041] [NEW] misunderstanding caused by uuid token and pki token in install guide

 

Public bug reported:

In released install guide, we can see the step to set token provider to uuid,  as following:
[token]
provider = keystone.token.providers.uuid.Provider

but there are further steps to set pki token, as following:
# keystone-manage pki_setup --keystone-user keystone --keystone-group
keystone
# chown -R keystone:keystone /var/log/keystone
# chown -R keystone:keystone /etc/keystone/ssl
# chmod -R o-rwx /etc/keystone/ssl


I think pki token has been brought in from Grizzly,and the installation  guide should be use pki token provier, like below:
[token]
provider = keystone.token.providers.pki.Provider

** Affects: keystone
     Importance: Undecided
         Status: New

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

Title:
  misunderstanding caused by uuid token and pki token in install guide

Status in OpenStack Identity (Keystone):
  New

Bug description:
  In released install guide, we can see the step to set token provider to uuid,  as following:
  [token]
  provider = keystone.token.providers.uuid.Provider

  but there are further steps to set pki token, as following:
  # keystone-manage pki_setup --keystone-user keystone --keystone-group
  keystone
  # chown -R keystone:keystone /var/log/keystone
  # chown -R keystone:keystone /etc/keystone/ssl
  # chmod -R o-rwx /etc/keystone/ssl

  
  I think pki token has been brought in from Grizzly,and the installation  guide should be use pki token provier, like below:
  [token]
  provider = keystone.token.providers.pki.Provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1454041/+subscriptions


Follow ups

References