Skip to content

Commit

Permalink
Merge "Switch keystone to dogpile.cache.memcached backend"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Sep 26, 2016
2 parents 590e21f + 0a318ab commit e18d6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/keystone
Expand Up @@ -245,7 +245,7 @@ function configure_keystone {

# Enable caching
iniset $KEYSTONE_CONF cache enabled "True"
iniset $KEYSTONE_CONF cache backend "oslo_cache.memcache_pool"
iniset $KEYSTONE_CONF cache backend "dogpile.cache.memcached"
iniset $KEYSTONE_CONF cache memcache_servers localhost:11211

iniset_rpc_backend keystone $KEYSTONE_CONF
Expand Down

0 comments on commit e18d6fa

Please sign in to comment.