Files
puppet-nova/releasenotes/notes/cache-redis-opts-963910910cddfc94.yaml
Takashi Kajinami cdd408392a 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: I0e7fa1e2134ec2cfcf1ae078e3fcf75b946dd699
2024-03-07 23:05:14 +09:00

13 lines
308 B
YAML

---
features:
- |
The ``nova::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``