taskflow/releasenotes/notes/bug-2056656-871b67ddbc8cfc92.yaml
Takashi Kajinami 4adf2790fe Revert "Use consistent credential for Redis and Redis Sentinel"
This reverts commit 3fbd05078f.

Reason for revert:
Some deployment tools such as kolla already rely on the previous
behavior which requires authentication for only redis.

Conflicts:
	taskflow/jobs/backends/impl_redis.py

Closes-Bug: #2056656
Change-Id: I24e0272c269c6fd287234fd2d3b2754983911a7f
2024-03-11 01:03:34 +00:00

8 lines
305 B
YAML

---
fixes:
- |
Redis job board driver no longer uses ``username`` and ``password`` for
its connections to Redis Sentinel, to restore the previous behavior which
was already used by some deployment tools. Add credential to
``sentinel_kwargs`` to enable authentication for Redis Sentinel.