puppet-nova/releasenotes/notes/add_cache_hashclient_retry_options-d0ce282343bb7fe9.yaml
Takashi Kajinami 593de4255b 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: Ie5cd3bd20c2c446602baa0d87f33e4573c2eb36a
2022-02-16 11:24:16 +09:00

6 lines
122 B
YAML

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