4adf2790fe
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
8 lines
305 B
YAML
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.
|