keystone/releasenotes/notes/use-python-ldap-0318ff7798bdd98d.yaml
Dirk Mueller 0fa6f97891 Switch to python-ldap
pyldap is deprecated and merged with python-ldap, so we should depend
on it directly instead of the deprecated wrapper. For details see
https://pypi.org/project/pyldap/

Change-Id: I2c8ee2c792a476fe12c234a55af24144e6b511cd
Depends-On: https://review.openstack.org/#/c/582973/
2018-07-16 17:33:38 +02:00

7 lines
225 B
YAML

---
upgrade:
- Keystone now relies on python-ldap instead of pyldap.
The pyldap library is a deprecated fork from python-ldap. Starting
with python-ldap 3.0 release this has been merged and is maintained
there.