Ryan Lane has uploaded a new change for review. https://gerrit.wikimedia.org/r/114756
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/56/114756/1 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: newchange Gerrit-Change-Id: Id49ff4a5eb838ce22eecafd96b59695c15f3731c Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ryan Lane <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
