Merge "Use keystone[ldap] for ldap packages"

This commit is contained in:
Jenkins 2016-01-08 10:11:53 +00:00 committed by Gerrit Code Review
commit 828936c6ac
2 changed files with 5 additions and 2 deletions

View File

@ -506,6 +506,11 @@ function install_keystone {
fi
git_clone $KEYSTONE_REPO $KEYSTONE_DIR $KEYSTONE_BRANCH
setup_develop $KEYSTONE_DIR
if is_service_enabled ldap; then
setup_develop $KEYSTONE_DIR ldap
fi
if [ "$KEYSTONE_USE_MOD_WSGI" == "True" ]; then
install_apache_wsgi
if is_ssl_enabled_service "key"; then

View File

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