Bug 975153
| Summary: | token_format should be able to be set to set to PKI in keystone.conf | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Lon Hohberger <lhh> | |
| Component: | openstack-packstack | Assignee: | Martin Magr <mmagr> | |
| Status: | CLOSED ERRATA | QA Contact: | Nir Magnezi <nmagnezi> | |
| Severity: | high | Docs Contact: | ||
| Priority: | urgent | |||
| Version: | 3.0 | CC: | ajeain, aortega, apevec, ayoung, dallan, derekh, gfidente, jkt, mlopes, mmagr, sclewis, yeylon | |
| Target Milestone: | Upstream M1 | |||
| Target Release: | 4.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | openstack-packstack-2013.2.1-0.1.dev691.el6ost | Doc Type: | Bug Fix | |
| Doc Text: |
Previously, Identity Service's token format defaulted to 'UUID' when deployed via Packstack. With this update, CONFIG_KEYSTONE_TOKEN_FORMAT now defaults to PKI.
|
Story Points: | --- | |
| Clone Of: | 975050 | |||
| : | 978853 (view as bug list) | Environment: | ||
| Last Closed: | 2013-12-20 00:06:37 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | 975050 | |||
| Bug Blocks: | 978853, 984683 | |||
|
Description
Lon Hohberger
2013-06-17 17:29:15 UTC
Specifically, we should not force the token format to be UUID tokens. This was done by a puppet module chance in 3.0 but has been changed in upstream puppet to align with upstream Keystone. Verified NVR: openstack-packstack-2013.2.1-0.6.dev763.el6ost.noarch 1. Verified that the packstack default Keystone token format set to PKI # grep PKI packstack-answers-20131006-144322.txt | grep -v "#" CONFIG_KEYSTONE_TOKEN_FORMAT=PKI 2. Installed openstack via packstack # packstack --allinone 3. Verified Kestone configuration file # grep PKI /etc/keystone/keystone.conf | grep -v "#" token_format =PKI Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1859.html |