Merge "Keystone re-enable catalog caching"

This commit is contained in:
Jenkins 2016-09-08 00:59:33 +00:00 committed by Gerrit Code Review
commit b74fc6886f

View File

@ -248,9 +248,6 @@ function configure_keystone {
iniset $KEYSTONE_CONF cache backend "oslo_cache.memcache_pool"
iniset $KEYSTONE_CONF cache memcache_servers localhost:11211
# Do not cache the catalog backend due to https://bugs.launchpad.net/keystone/+bug/1537617
iniset $KEYSTONE_CONF catalog caching "False"
iniset_rpc_backend keystone $KEYSTONE_CONF
# Register SSL certificates if provided