Pull in ldap dependencies via ldappool

For the transition from pyldap to python-ldap, we can use ldappool
to pull in the correct variant of ldap for us. so we don't need
to depend on pyldap nor python-ldap.

This patch was previously merged but pyldap was mistakenly pulled
back in [1].

[1]: https://review.openstack.org/#/c/573508/

Change-Id: I55456ea886de950cd48981b1117aa08b38e4a2ba
Co-Authored-By: Dirk Mueller <dirk@dmllr.de>
This commit is contained in:
Jean-Philippe Evrard 2018-07-19 08:16:58 +02:00
parent de074d6d66
commit 773cd60ffe
1 changed files with 0 additions and 1 deletions

View File

@ -425,7 +425,6 @@ keystone_pip_packages:
- keystone
- ldappool
- osprofiler
- pyldap
- PyMySQL
- python-memcached
- python-openstackclient