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:
@@ -3,8 +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 [(!rocky !master keystone ldap)]
|
pyldap [(newton keystone ldap) (ocata keystone ldap) (pike keystone ldap) (queens keystone ldap)]
|
||||||
pymysql []
|
pymysql []
|
||||||
python-ldap [(rocky keystone ldap) (master keystone ldap)]
|
python-ldap [(!newton !ocata !pike !queens keystone ldap)]
|
||||||
python-memcached []
|
python-memcached []
|
||||||
uwsgi []
|
uwsgi []
|
||||||
|
|||||||
Reference in New Issue
Block a user