keystone/releasenotes/notes/bug-1941020-f694395a9bcea72f.yaml
Takashi Kajinami 9a8686aee0 Deprecate ineffective [memcache] options
These options were used by the memcache_pool backend for token
persistence, which was removed during Pike cycle.

Closes-Bug: #1941020
Change-Id: I2a0c2d46ebe81728f4ba0ff6d3072348e70f92dd
2021-12-12 22:55:43 +09:00

12 lines
345 B
YAML

---
deprecations:
- |
The following options in the ``[memcache]`` section have been deprecated
because these options have had no effect since Pike. Please use
``memcache_*`` options in the ``[cache]`` section instead.
- ``dead_retry``
- ``pool_maxsize``
- ``pool_unused_timeout``
- ``pool_connection_get_timeout``