summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-05-19 08:54:26 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-05-22 23:22:09 +0000
commit44a2822afbdd2cc8264551dc2ed5427110afc6cc (patch)
tree087b21ff5d7f549de2b344f759af1d52ea6878cc
parent58291109d6cb6ad903bf790a60acd6c6281dde39 (diff)
downloaddefinitions-44a2822afbdd2cc8264551dc2ed5427110afc6cc.tar.gz
OpenStack: Update token persistance backend driver in Keystone
-rw-r--r--openstack/usr/share/openstack/keystone/keystone.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/usr/share/openstack/keystone/keystone.conf b/openstack/usr/share/openstack/keystone/keystone.conf
index 4e04c81b..2855d001 100644
--- a/openstack/usr/share/openstack/keystone/keystone.conf
+++ b/openstack/usr/share/openstack/keystone/keystone.conf
@@ -1539,7 +1539,7 @@ connection=postgresql://{{ KEYSTONE_DB_USER }}:{{ KEYSTONE_DB_PASSWORD }}@{{ CON
provider=keystone.token.providers.uuid.Provider
# Token persistence backend driver. (string value)
-driver=keystone.token.backends.sql.Token
+driver=keystone.token.persistence.backends.sql.Token
# Toggle for token system caching. This has no effect unless
# global caching is enabled. (boolean value)