keystone/releasenotes/notes/randomize_urls-c0c19f48b2bfa299.yaml
Grzegorz Grasza 36d57d2a83 Add an option to randomize LDAP urls list
Since LDAP is now readonly, the current behavior might be
unexpected. By randomizing the list, we assure a more gradual
failure scenario if the first server on the list (as specified
by the user) fails.

Change-Id: I23f31bd85443784013a6aa158d80c7aeeb343993
Closes-Bug: #1953622
Resolves: rhbz#2024602
2022-10-07 17:56:02 +02:00

7 lines
190 B
YAML

---
features:
- |
A new option 'randomize_urls' can be used to randomize the order in which
keystone connects to the LDAP servers in [ldap] 'url' list.
It is false by default.