summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-09 13:54:34 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-09 13:54:34 +0000
commitde2694bfb0b03f66668f3cf5b5d0e48832a4bed4 (patch)
tree4c1402c69f937b9d8ee7468f674567df37579440
parent680ff394685fcf8895a8866a7b1512bf01064fd4 (diff)
downloaddefinitions-baserock/pedroalvarez/openstack-ansible-v3.tar.gz
Try to enable token for admin userbaserock/pedroalvarez/openstack-ansible-v3
-rw-r--r--openstack/usr/share/openstack/keystone/keystone.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/openstack/usr/share/openstack/keystone/keystone.conf b/openstack/usr/share/openstack/keystone/keystone.conf
index b50ae262..c35ecc15 100644
--- a/openstack/usr/share/openstack/keystone/keystone.conf
+++ b/openstack/usr/share/openstack/keystone/keystone.conf
@@ -1207,7 +1207,7 @@ connection=postgresql://{{ KEYSTONE_DB_USER }}:{{ KEYSTONE_DB_PASSWORD }}@{{ CON
# An implementation of the backend for persisting revocation
# events. (string value)
-#driver=keystone.contrib.revoke.backends.kvs.Revoke
+driver=keystone.contrib.revoke.backends.sql.Revoke
# This value (calculated in seconds) is added to token
# expiration before a revocation event may be removed from the
@@ -1332,10 +1332,10 @@ connection=postgresql://{{ KEYSTONE_DB_USER }}:{{ KEYSTONE_DB_PASSWORD }}@{{ CON
# operations. Core providers are
# "keystone.token.providers.[pkiz|pki|uuid].Provider". The
# default provider is pkiz. (string value)
-#provider=<None>
+provider=keystone.token.providers.uuid.Provider
# Token persistence backend driver. (string value)
-#driver=keystone.token.backends.sql.Token
+driver=keystone.token.backends.sql.Token
# Toggle for token system cacheing. This has no effect unless
# global caching is enabled. (boolean value)