keystone/releasenotes/notes/deprecate-memcache-token-persistence-eac88c80147ea241.yaml
Morgan Fainberg 146a45bfde Mark memcache and memcache_pool token deprecated
Mark the memcache and memcache_pool token persistence backends
deprecated in favor of using the fernet token (no-persistence
needed) backend.

This is only deprecating the token persistence backends and does
not affect the cache layer.

implements bp deprecated-as-of-mitaka

Change-Id: I552774f95bc246f7f013350f5b11ae4ae482bdc5
2016-01-19 21:45:48 -05:00

8 lines
296 B
YAML

---
deprecations:
- >
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
The token memcache and memcache_pool persistence
backends have been deprecated in favor of using
Fernet tokens (which require no persistence).