f639c40534
Value of 0 causes the pool to fail before it attempts to connect to ldap, raising MaxConnectionReachedError. Change-Id: Ia8450dc45dad5ceb4661807f51de66b5d70a6207
7 lines
191 B
YAML
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.
|