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
8 lines
306 B
YAML
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.
|