Files
puppet-neutron/releasenotes/notes/add_cache_retry_options-cf1d15ebf9bd6648.yaml
Takashi Kajinami 0ce4c51623 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: I3711ce3654a0253dda142def1f1a07b286d06c08
2022-02-16 11:44:10 +09:00

5 lines
99 B
YAML

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