Files
kolla-ansible/releasenotes/notes/bug-2100927-5926d812ffa98ac4.yaml
Michal Arbet ce9cba2cbc Fix Redis Sentinel authentication for octavia's jobboard HA
This change ensures proper authentication for both Redis master
and Sentinel, fixing potential issues with high availability and
failover. Without this, Octavia jobboard might fail to reconnect
after a master switch.

Closes-Bug: #2100927

Change-Id: I2d7f9f9e47f2c254709ec9d48545c46c9a163fdf
2025-03-18 12:49:07 +01:00

7 lines
187 B
YAML

---
fixes:
- |
Fixed Redis Sentinel configuration to ensure proper high availability
functionality for Octavia jobboard.
`LP#2100927 <https://launchpad.net/bugs/2100927>`__