Browse code

Merge "use setup_install for django_openstack_auth"

Jenkins authored on 2014/06/28 23:16:25
Showing 1 changed files
... ...
@@ -159,7 +159,7 @@ function init_horizon {
159 159
 # install_django_openstack_auth() - Collect source and prepare
160 160
 function install_django_openstack_auth {
161 161
     git_clone $HORIZONAUTH_REPO $HORIZONAUTH_DIR $HORIZONAUTH_BRANCH
162
-    setup_develop $HORIZONAUTH_DIR
162
+    setup_install $HORIZONAUTH_DIR
163 163
 }
164 164
 
165 165
 # install_horizon() - Collect source and prepare