Files
oslo.cache/releasenotes/notes/use-bmemcache-for-memcache-pool-if-tls-enabled-733d98c265a3a9a1.yaml
Luca Miccini 880d81b5ae Use BMemcacheClientPool if tls_enabled=true
This commit adds the tls_enabled parameter to the conf_dict, so to
eventually use it in the backend driver.
In addition, it switches from _memcache_pool.MemcacheClientPool to
_bmemcache_pool.BMemcacheClientPool when tls_enabled=true
(python-memcached does not support tls anyway).

Jira: https://issues.redhat.com/browse/OSPRH-16651
Change-Id: I1ceac2aa96c23227caf202b16f9a520083745537
(cherry picked from commit c3023dbc2e)
(cherry picked from commit 5d7c471509)
2025-06-07 10:40:27 +00:00

5 lines
92 B
YAML

---
fixes:
- |
If tls_enabled=true memcache_pool has been switched to use bmemcached.