python-ldap fix

In rocky and beyond pyldap becomes python-ldap. The structure of the
previous patch to fix them means we must always update the pydep.txt
list with a new release of openstack.

Reordering this we can explictly install only when the version is older
than rocky. Added openstack releases back to the Newton release for
compatibility.

Change-Id: Ibf88bd2113029d750f9a4f32e288e3d8be3a1bfd
This commit is contained in:
Sam Yaple 2019-08-16 17:12:20 -04:00
parent 3c3caa0765
commit dfec5ade4c
No known key found for this signature in database
GPG Key ID: 9329D8A45034DAB9
1 changed files with 2 additions and 2 deletions

View File

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