puppet-neutron/releasenotes/notes/cache-redis-opts-d92a52e6fb49a7c6.yaml
Takashi Kajinami 120190f3c4 cache: Support new redis options
The oslo.cache 3.7.0 release introduced some options for redis backend
and redis sentinel backend. This introduces for these parameters.

Depneds-on: https://review.opendev.org/910629
Change-Id: I0fefc8ac388d486c1aafca59dfc89798995c926b
2024-03-07 23:01:47 +09:00

13 lines
311 B
YAML

---
features:
- |
The ``neutron::cache`` class now supports the following new options for
Redis backend and Redis Sentinel backend.
- ``redis_server``
- ``redis_username``
- ``redis_password``
- ``redis_sentinels``
- ``redis_socket_timeout``
- ``redis_sentinel_service_name``