Browse code

Install ldappool when LDAP is enabled

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

Change-Id: I35e6585ec8416153ed6d0c6fa8c10c992bf0de6d
Closes-Bug: #1373750

Julie Pichon authored on 2014/09/29 12:55:21
Showing 1 changed files
... ...
@@ -139,6 +139,8 @@ function install_ldap {
139 139
         sudo ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/openldap/schema/inetorgperson.ldif
140 140
     fi
141 141
 
142
+    pip_install ldappool
143
+
142 144
     rm -rf $tmp_ldap_dir
143 145
 }
144 146