puppet-zaqar/releasenotes/notes/add_cache_hashclient_retry_options-0da38fb3976ce77b.yaml
Takashi Kajinami 04e9a3657a Add HashClient retry options for the dogpile.cache backend
This patch specifies a set of options required to setup the HashClient
retry feature of dogpile.cache cache backend.

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

Co-Authored-By: Hervé Beraud <hberaud@redhat.com>
Depends-On: https://review.opendev.org/826870
Change-Id: Iefecbae22a80e5218b43067536378beff72badbb
2024-03-05 13:41:58 +09:00

7 lines
123 B
YAML

---
features:
- |
Add options to configure pymemcache's HashClient retrying mechanisms
(dogpile.cache) backend.