neutron/releasenotes/notes/oslo-cache-cache-url-deprecated-16cd3d335c5962eb.yaml
Fang Zhen 56efc8ac76 Switch to oslo.cache
Oslo incubator is about to stop for cache module. We could use
oslo.cache instead. The legacy memory backend is replaced by
oslo_cache.dict.

Closes-Bug: #1517883

Change-Id: I108242ca9f27c9ec47959ce7615bc7d84cae014b
2016-06-02 15:22:36 +00:00

10 lines
457 B
YAML

---
features:
- Neutron switched to using oslo.cache library to cache port state in
metadata agent. With it, more caching backends are now available, including
Memcached and Mongo. More details in oslo.cache documentation.
deprecations:
- The cache_url configuration option is deprecated as of Newton, and will be
removed in Ocata. Please configure metadata cache using [cache] group,
setting enable = True and configuring your backend.