56efc8ac76
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
10 lines
457 B
YAML
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.
|