Install ldappool when LDAP is enabled

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

Change-Id: I35e6585ec8416153ed6d0c6fa8c10c992bf0de6d
Closes-Bug: #1373750
diff --git a/lib/ldap b/lib/ldap
index 2bb8a4c..a6fb82f 100644
--- a/lib/ldap
+++ b/lib/ldap
@@ -139,6 +139,8 @@
         sudo ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/openldap/schema/inetorgperson.ldif
     fi
 
+    pip_install ldappool
+
     rm -rf $tmp_ldap_dir
 }