1235a79a8e
The memcache_servers has been deprecated a long time and should have been removed in Newton and the memcache/servers option in keystone.conf does not exist anymore. This removes the memcache_servers parameter and removed the behavior that automatically changed cache_backend and cache_enabled when that option was specified. Users must now explicitly set cache_backend, cache_enabled and cache_memcache_servers to enable the presence of caching. Change-Id: I3f5a4acd76b312ada2ae65dd10e4a426cb22c131
8 lines
334 B
YAML
8 lines
334 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The deprecated parameter keystone::memcache_servers is now removed and the
|
|
automatic behavior to set cache_enabled and cache_backend has been removed.
|
|
You must now set the cache_memcached_servers and explicitly set cache_enabled
|
|
to true and cache_backend to the backend you want to use for caching.
|