Skip to content

Commit

Permalink
Remove python-ldap and add pyldap
Browse files Browse the repository at this point in the history
Keystone moved from python-ldap to pyldap in the Newton release and
python-ldap now requires a version of pyasn1-modules that exceeds
the upper-constraint in Ocata, which breaks repo builds.

This patch removes python-ldap and adds pyldap in its place.

Closes-Bug: 1736241
Change-Id: I55f1fcd928c70eff3488af50d3dddb588082eb43
(cherry picked from commit ffc9c9b)
  • Loading branch information
major authored and evrardjp committed Dec 5, 2017
1 parent 0240dd6 commit 929e111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Expand Up @@ -427,14 +427,14 @@ keystone_pip_packages:
- keystonemiddleware
- ldappool
- lxml
- PyMySQL
- oslo.log
- oslo.middleware
- pbr
- pycrypto
- pyldap
- PyMySQL
- pysaml2
- python-keystoneclient
- python-ldap
- python-memcached
- python-openstackclient
- repoze.lru
Expand Down

0 comments on commit 929e111

Please sign in to comment.