keystone/releasenotes/notes/ldap-conn-pool-enabled-90df94652f1ded53.yaml
Dolph Mathews 22b114f647 Enable LDAP connection pooling by default
There should be no reason to leave these settings disabled by default.
By enabling them, keystones runs faster and consumes fewer resources.

Change-Id: I9f8d27b1f6dba19067f38e940632dcf3420c2bfa
2016-02-26 14:19:10 +00:00

9 lines
329 B
YAML

---
upgrade:
- >
The configuration options for LDAP connection pooling, `[ldap] use_pool`
and `[ldap] use_auth_pool`, are now both enabled by default. Only
deployments using LDAP drivers are affected. Additional configuration
options are available in the `[ldap]` section to tune connection pool size,
etc.