← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1487671] [NEW] ldap and ldappool packages are not mentioned in requirements.txt

 

Public bug reported:

The ldap backend driver depends on ldap and ldappool packages and wont
work unless the packages are explicitly installed.

How to reproduce
1) Create virtual env (mkvirtualenv keystone-ldap)
2) Check out git repo (git clone https://github.com/openstack/keystone -b stable/juno) 
3)  pip install -r requirements.txt
4)[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ldap
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named ldap
>>>

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1487671

Title:
  ldap and ldappool packages are not mentioned in requirements.txt

Status in Keystone:
  New

Bug description:
  The ldap backend driver depends on ldap and ldappool packages and wont
  work unless the packages are explicitly installed.

  How to reproduce
  1) Create virtual env (mkvirtualenv keystone-ldap)
  2) Check out git repo (git clone https://github.com/openstack/keystone -b stable/juno) 
  3)  pip install -r requirements.txt
  4)[GCC 4.6.3] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import ldap
  Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
  ImportError: No module named ldap
  >>>

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1487671/+subscriptions


Follow ups