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.

Change-Id: I672b0bf3f4fa64e0fad3edfd902756e0f4a75342
This commit is contained in:
Dirk Mueller 2018-07-17 10:49:31 +02:00
parent 28982bf37b
commit 8ff75bdab6
1 changed files with 0 additions and 1 deletions

View File

@ -424,7 +424,6 @@ keystone_ceilometer_enabled: false
keystone_pip_packages:
- keystone
- ldappool
- pyldap
- PyMySQL
- python-memcached
- python-openstackclient