Add pyldap to Keystone packages

Keystone moved from python-ldap to pyldap in the Newton release.
This patch ensures pyldap is installed in case a deployer wants
to use LDAP backends.

Closes-Bug: 1736241
Change-Id: I1aa332ac0905bf80f80d8ff9b5c50746a85bfd59
This commit is contained in:
Major Hayden 2017-12-04 14:19:46 -06:00
parent ac278ff6ed
commit ac51441e33
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
1 changed files with 1 additions and 0 deletions

View File

@ -428,6 +428,7 @@ keystone_requires_pip_packages:
keystone_pip_packages:
- keystone
- ldappool
- pyldap
- PyMySQL
- python-memcached
- python-openstackclient