summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-05-19 08:54:26 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-05-21 14:10:39 +0000
commit8e64cba5b6b9a9993a865308d0954044a990c4cf (patch)
tree992c3fcad6ffb6dceb3653de1df7db89ef8ff7b1
parent645f752c01cc55a66cc2aeea45dabc8f5e917d26 (diff)
downloaddefinitions-8e64cba5b6b9a9993a865308d0954044a990c4cf.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)