From e837714244b974e5bdbea5349d02b3edee4e4d0b Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 23 Jun 2014 08:21:07 -0400 Subject: [PATCH] use setup_install for django_openstack_auth This is fundamentally a library. As such we should setup_install so that we can possibly pin it, otherwise we *always* get the git version instead. Change-Id: Ia815f2675cf535bb05a7e8eda853690171559b86 --- lib/horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/horizon b/lib/horizon index bf476c68ae..a65b243d01 100644 --- a/lib/horizon +++ b/lib/horizon @@ -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