From ac937bc06eb68cb1c94804995325b9fa8b850959 Mon Sep 17 00:00:00 2001 From: Julie Pichon Date: Mon, 29 Sep 2014 04:55:21 +0100 Subject: [PATCH] Install ldappool when LDAP is enabled Keystone expects ldappool to be installed when using the LDAP backend. Change-Id: I35e6585ec8416153ed6d0c6fa8c10c992bf0de6d Closes-Bug: #1373750 --- lib/ldap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ldap b/lib/ldap index 2bb8a4cc9c..a6fb82f6f2 100644 --- a/lib/ldap +++ b/lib/ldap @@ -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 }