Install ldappool when LDAP is enabled

Keystone expects ldappool to be installed when using the LDAP backend.

Change-Id: I35e6585ec8416153ed6d0c6fa8c10c992bf0de6d
Closes-Bug: #1373750
This commit is contained in:
Julie Pichon 2014-09-29 04:55:21 +01:00
parent 68e9f05f7c
commit ac937bc06e

View File

@ -139,6 +139,8 @@ function install_ldap {
sudo ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/openldap/schema/inetorgperson.ldif
fi
pip_install ldappool
rm -rf $tmp_ldap_dir
}