octavia/releasenotes/notes/jobboard-redis-driver-updates-caracal-49fd98c16e727910.yaml
Takashi Kajinami b7c293656b Add release note about redis jobboard driver updates
This adds a release note to explain updates made recently in redis
jobboard driver[1][2].

[1] 16f6b2e8f65e12ba3bc51529d4a8a828ea2b8b16
[2] bd3ef61a0c0042fb4198ea7746e567ae3ca8a17a

Change-Id: I6c43a0a810f01632696f254a31e9a17c2f2cd73d
2024-03-07 16:45:07 +00:00

11 lines
340 B
YAML

---
features:
- |
The new ``[task_flow] jobboard_backend_username`` option has been added, to
support Redis ACL feature.
- |
Previously, redis jobboard driver used only the first host in
``[task_flow] jobboard_backend_hosts`` when connecting to Redis Sentinel.
Now the driver attempts the other hosts as fallbacks.