keystone/releasenotes/notes/use-pyldap-6e811c28bf350d6d.yaml
Morgan Fainberg f6fdda62ae Use PyLDAP instead of python-ldap
For py3 compatibility use the pyldap library instead of python-ldap.

Change-Id: I01315fe6798eeebd7f5bf0c727dac780c9a1a12e
2016-05-18 02:38:34 -04:00

7 lines
197 B
YAML

---
upgrade:
- Keystone now relies on pyldap instead of python-ldap.
The pyldap library is a fork of python-ldap and is
a drop-in replacement with modifications to be py3
compatible.