Install glanceclient before horizon tries to
Change-Id: I6e8434ee3cce07b740c9c83380114ad6ed4375b0
diff --git a/stack.sh b/stack.sh
index 8c3f45b..5b52b63 100755
--- a/stack.sh
+++ b/stack.sh
@@ -766,6 +766,10 @@
if is_service_enabled g-api n-api; then
setup_develop $GLANCE_DIR
fi
+
+# Do this _after_ glance is installed to override the old binary
+setup_develop $GLANCECLIENT_DIR
+
setup_develop $NOVA_DIR
if is_service_enabled horizon; then
setup_develop $HORIZON_DIR
@@ -784,9 +788,6 @@
configure_cinder
fi
-# Do this _after_ glance is installed to override the old binary
-setup_develop $GLANCECLIENT_DIR
-
# Syslog
# ------