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-20 10:54:40 +0000
commitf5add01aeeef43938d82c6069047e7ed1166e11f (patch)
treeb3992fb1e757bf3dc2df3ca596fc7fa2f0827104
parente44351d52213d2c5af64e086b9c5419eb84f36d4 (diff)
downloaddefinitions-f5add01aeeef43938d82c6069047e7ed1166e11f.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)