From 257165e293068003d3e933718f6240790affdf4b Mon Sep 17 00:00:00 2001 From: Keith Holman Date: Mon, 12 May 2014 10:35:47 -0400 Subject: keystone: allow ability to store tokens in UUID or PKI format Since Grizzly release Keystone defaults to storing tokens in PKI format. Some software works better with keystone if tokens are in the older UUID format. This change allows a simple way to set the storage format within the bitbake receipes. The default is to use the newer PKI format. Signed-off-by: Keith Holman --- meta-openstack/recipes-devtools/python/python-keystone/keystone.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-keystone') diff --git a/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf b/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf index 3c3efb8..55bf6e8 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf +++ b/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf @@ -128,7 +128,7 @@ expiration = 3600 #cert_required = True [signing] -#token_format = PKI +token_format = %TOKEN_FORMAT% #certfile = /etc/keystone/ssl/certs/signing_cert.pem #keyfile = /etc/keystone/ssl/private/signing_key.pem #ca_certs = /etc/keystone/ssl/certs/ca.pem -- cgit v1.2.3-54-g00ecf