summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-12-21 04:13:03 +0000
committerGerrit Code Review <review@openstack.org>2021-12-21 04:13:03 +0000
commit3cf93deac0b39e95d75716390cc66c25ac5a7d19 (patch)
treea6c1d300cb9364ae4c6ffd1120ccdbe0e5c61736 /releasenotes
parentfc9efc45b26d23a3b28ac0bc74da3f537dfda89b (diff)
parent9a8686aee042ba55155de224c4072ca511f92eca (diff)
downloadkeystone-3cf93deac0b39e95d75716390cc66c25ac5a7d19.tar.gz
Merge "Deprecate ineffective [memcache] options"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1941020-f694395a9bcea72f.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1941020-f694395a9bcea72f.yaml b/releasenotes/notes/bug-1941020-f694395a9bcea72f.yaml
new file mode 100644
index 000000000..179455225
--- /dev/null
+++ b/releasenotes/notes/bug-1941020-f694395a9bcea72f.yaml
@@ -0,0 +1,11 @@
+---
+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``