keystone/releasenotes/notes/change_min_pool_retry_max-f5e7c8d315401426.yaml
Grzegorz Grasza f639c40534 Change the min value of pool_retry_max to 1
Value of 0 causes the pool to fail before it attempts to connect
to ldap, raising MaxConnectionReachedError.

Change-Id: Ia8450dc45dad5ceb4661807f51de66b5d70a6207
2022-01-18 11:41:59 +01:00

7 lines
191 B
YAML

---
fixes:
- |
Change the min value of pool_retry_max to 1. Setting this value to 0
caused the pool to fail before connecting to ldap, always raising
MaxConnectionReachedError.