| commit | f0945467265cfbf7e1614249c16303902e028244 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Sat Jun 28 14:16:25 2014 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Sat Jun 28 14:16:25 2014 +0000 |
| tree | 55391e51a4af849f3bd96e4a7948d6e777793027 | |
| parent | d82e793c8ad9245004a90f3192987c8a1caf296b [diff] | |
| parent | e837714244b974e5bdbea5349d02b3edee4e4d0b [diff] |
Merge "use setup_install for django_openstack_auth"
diff --git a/lib/horizon b/lib/horizon index bf476c6..a65b243 100644 --- a/lib/horizon +++ b/lib/horizon
@@ -159,7 +159,7 @@ # 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