205fb7c8b3
Common memorycache was replaced by analogous tool from oslo.cache lib. In-memory cache was replaced by oslo.cache.dict backend. Memcached was replaced by dogpile.cache.memcached backend. Implements blueprint oslo-for-mitaka Closes-Bug: #1483322 Co-Authored-By: Sergey Nikitin <snikitin@mirantis.com> Co-Authored-By: Pavel Kholkin <pkholkin@mirantis.com> Change-Id: I371f7a68e6a6c1c4cd101f61b9ad96c15187a80e
9 lines
318 B
YAML
9 lines
318 B
YAML
---
|
|
prelude: >
|
|
|
|
deprecations:
|
|
|
|
- Option ``memcached_servers`` is deprecated in Mitaka. Operators should
|
|
use oslo.cache configuration instead. Specifically ``enabled`` option
|
|
under [cache] section should be set to True and the url(s) for the
|
|
memcached servers should be in [cache]/memcache_servers option. |