summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone
diff options
context:
space:
mode:
authorKeith Holman <Keith.Holman@windriver.com>2014-05-12 10:35:47 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-12 16:44:07 -0400
commit8be0a0d6836439fd326fd94bc9332b2ee424e94a (patch)
tree4ee312715183eda38555ca02fc3deac2ba9237a9 /meta-openstack/recipes-devtools/python/python-keystone
parent247b6eb6ba051c4faa1f5bed6bc507fbd9ee9547 (diff)
downloadmeta-cloud-services-8be0a0d6836439fd326fd94bc9332b2ee424e94a.tar.gz
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 <Keith.Holman@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone/keystone.conf2
1 files changed, 1 insertions, 1 deletions
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
128#cert_required = True 128#cert_required = True
129 129
130[signing] 130[signing]
131#token_format = PKI 131token_format = %TOKEN_FORMAT%
132#certfile = /etc/keystone/ssl/certs/signing_cert.pem 132#certfile = /etc/keystone/ssl/certs/signing_cert.pem
133#keyfile = /etc/keystone/ssl/private/signing_key.pem 133#keyfile = /etc/keystone/ssl/private/signing_key.pem
134#ca_certs = /etc/keystone/ssl/certs/ca.pem 134#ca_certs = /etc/keystone/ssl/certs/ca.pem