Ryan Lane has submitted this change and it was merged.

Change subject: Use the Token keystone redis driver rather than the TokenNoList 
driver
......................................................................


Use the Token keystone redis driver rather than the TokenNoList driver

Change-Id: Id49ff4a5eb838ce22eecafd96b59695c15f3731c
---
M templates/openstack/havana/keystone/keystone.conf.erb
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ryan Lane: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/templates/openstack/havana/keystone/keystone.conf.erb 
b/templates/openstack/havana/keystone/keystone.conf.erb
index b1cc367..3bf5e93 100644
--- a/templates/openstack/havana/keystone/keystone.conf.erb
+++ b/templates/openstack/havana/keystone/keystone.conf.erb
@@ -74,7 +74,7 @@
 
 [token]
 <% if keystoneconfig["token_driver"] == 'redis' %>
-driver = keystoneredis.token.TokenNoList
+driver = keystoneredis.token.Token
 <% else %>
 driver = keystone.token.backends.sql.Token
 <% end %>

-- 
To view, visit https://gerrit.wikimedia.org/r/114756
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id49ff4a5eb838ce22eecafd96b59695c15f3731c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ryan Lane <rl...@wikimedia.org>
Gerrit-Reviewer: Ryan Lane <rl...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to