puppet-neutron/releasenotes/notes/add_cache_hashclient_retry_options-d40ec799325eb87b.yaml
Takashi Kajinami eb73925371 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: If51cb8b706ffca86a9ca22c8dfa172c4f6da8ef1
2022-02-16 11:46:03 +09:00

6 lines
122 B
YAML

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