How to use multiple ldap url in keystone.conf for HA
Hello,
I want to use LDAP HA with keystone. I have two LDAP server which are replica of each other. I want to specify both LDAP server in the keystone.conf so if one server fails request should go to send second LDAP server.
For example in generic ldap.conf we can specify the multiple LDAP server delimited by space
URI <ldap[si]://[name[:port]
] ...>