Files
puppet-oslo/releasenotes/notes/cache-redis-opts-48e5d9aed33f3318.yaml
Takashi Kajinami e21a6c603c 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.

Change-Id: I0386f2cc97346242549713e9663c48ca2b9444ac
2024-03-01 10:15:25 +09:00

13 lines
324 B
YAML

---
features:
- |
The ``oslo::cache`` defined resource type 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``