Reviewed: https://review.openstack.org/37711 Committed: http://github.com/openstack/keystone/commit/43213e5df24950a5c6f2a43b4426becafc6ad25a Submitter: Jenkins Branch: milestone-proposed
commit 43213e5df24950a5c6f2a43b4426becafc6ad25a Author: Guang Yee <[email protected]> Date: Thu Jul 18 08:23:52 2013 -0700 Support token_format for backward compatibility The provider property in the [token] section will be unset by default. If provider is not set, we will use token_format in the [signing] section to determine to provider. If provider is set, it must agree with the token_format. fixed bug 1202651 Change-Id: I15ff67490acbbacc9eefc7eee253400475704b04 ** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1202651 Title: UUID Token provider in keystone.conf must be set when token_format = UUID Status in OpenStack Identity (Keystone): Fix Released Bug description: This review [1] illustrates that if token_format is explicitly set to UUID, then the token provider is not set by keystone correspondingly (this should happen automatically). token_format = UUID should take precedence to provide backwards compatibility with existing configurations. If a token provider is explicitly set, then that should take precedence over token_format (or an error should be raised if they don't match). [1]: https://review.openstack.org/#/c/37151/ To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1202651/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

