Files
puppet-nova/releasenotes/notes/add_cache_retry_options-0c96612c73d576cf.yaml
Takashi Kajinami 81e4ee074b 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: If116745a74baec288570b03a1c0dfcd0b9fa4a6c
2022-02-16 11:23:56 +09:00

5 lines
99 B
YAML

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