Merge "Use PyLDAP instead of python-ldap"

This commit is contained in:
Jenkins 2016-05-18 19:17:14 +00:00 committed by Gerrit Code Review
commit d594a35941
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
---
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.

View File

@ -23,7 +23,7 @@ packages =
[extras]
ldap =
python-ldap>=2.4:python_version=='2.7' # PSF
pyldap>=2.4 # PSF
ldappool>=1.0:python_version=='2.7' # MPL
memcache =
python-memcached>=1.56 # PSF