Use PyLDAP instead of python-ldap

For py3 compatibility use the pyldap library instead of python-ldap.

Change-Id: I01315fe6798eeebd7f5bf0c727dac780c9a1a12e
This commit is contained in:
Morgan Fainberg 2016-05-17 10:31:33 -07:00 committed by Steve Martinelli
parent 92837a887c
commit f6fdda62ae
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