allow using python-ldap instead of pyldap

pyldap has been deprecated and merged back into python-ldap so
using pyldap should be used on versions lower than rocky

Change-Id: I3973d6a9d8156f305e4ea2f3ffbb831ee94156be
This commit is contained in:
Itxaka 2019-03-04 11:11:16 +01:00 committed by Jean-Philippe Evrard
parent 64de1b3869
commit 491f76105b
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ fluent-logger [fluent]
ldappool [(keystone ldap)] ldappool [(keystone ldap)]
libvirt-python [nova] libvirt-python [nova]
purestorage [(cinder purestorage) (nova purestorage)] purestorage [(cinder purestorage) (nova purestorage)]
pyldap [(keystone ldap)] pyldap [(!rocky !master keystone ldap)]
pymysql [] pymysql []
python-ldap [(rocky keystone ldap) (master keystone ldap)]
python-memcached [] python-memcached []
uwsgi [] uwsgi []