Files
oslo.cache/releasenotes/notes/use-bmemcache-for-memcache-pool-if-tls-enabled-733d98c265a3a9a1.yaml
Luca Miccini c3023dbc2e 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
2025-05-21 12:34:26 +02:00

5 lines
92 B
YAML

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