puppet-heat/releasenotes/notes/add_cache_retry_options-834d1d634700dbf6.yaml
Takashi Kajinami be95d672a8 Add cache client retry options for the pymemcache backend
This patch specifies a set of options required to setup the retrying
wrapper feature of pymemcache (dogpile.cache) cache backend.

Original oslo.cache change:
https://review.opendev.org/c/openstack/oslo.cache/+/803747

Co-Authored-By: Hervé Beraud <hberaud@redhat.com>
Depends-On: https://review.opendev.org/826869
Change-Id: Ie28399b714f1707edfc6832cebd739dd3710cff8
2022-02-16 11:27:45 +09:00

5 lines
99 B
YAML

---
features:
- |
Add cache client retry options for the pymemcache (dogpile.cache) backend.