Files
oslo.cache/releasenotes/notes/bug-1991250-23bc3463273e5a91.yaml
Corey Bryant edd10f7a9c Allow bmemcached to be optional for memcache_pool
This allows oslo_cache.memcache_pool to be used without the
python-binary-memcached package being installed, as it is
only required if sasl_enabled is set to True.

Closes-Bug: #1991250
Change-Id: I7e6cc83864be68e946d86b1f4b44847b95ea8b05
2023-02-23 14:55:12 +00:00

8 lines
306 B
YAML

---
fixes:
- |
[`bug 1991250 <https://bugs.launchpad.net/oslo.cache/+bug/1991250>`_]
The python-binary-memcached package is only required if sasl_enabled=True.
When sasl_enabled=False (default), the memcache_pool backend can be used
without the python-binary-memcached package installed.