Merge "use setup_install for django_openstack_auth"

This commit is contained in:
Jenkins 2014-06-28 14:16:25 +00:00 committed by Gerrit Code Review
commit f094546726

View File

@ -159,7 +159,7 @@ function init_horizon {
# install_django_openstack_auth() - Collect source and prepare
function install_django_openstack_auth {
git_clone $HORIZONAUTH_REPO $HORIZONAUTH_DIR $HORIZONAUTH_BRANCH
setup_develop $HORIZONAUTH_DIR
setup_install $HORIZONAUTH_DIR
}
# install_horizon() - Collect source and prepare