Skip to content

Commit ac937bc

Browse files
committed
Install ldappool when LDAP is enabled
Keystone expects ldappool to be installed when using the LDAP backend. Change-Id: I35e6585ec8416153ed6d0c6fa8c10c992bf0de6d Closes-Bug: #1373750
1 parent 68e9f05 commit ac937bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/ldap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ function install_ldap {
139139
sudo ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/openldap/schema/inetorgperson.ldif
140140
fi
141141

142+
pip_install ldappool
143+
142144
rm -rf $tmp_ldap_dir
143145
}
144146

0 commit comments

Comments
 (0)