Skip to content

Commit a34961b

Browse files
author
Dean Troyer
committed
Install glanceclient before horizon tries to
Change-Id: I6e8434ee3cce07b740c9c83380114ad6ed4375b0
1 parent ff11e1c commit a34961b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

stack.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,10 @@ fi
766766
if is_service_enabled g-api n-api; then
767767
setup_develop $GLANCE_DIR
768768
fi
769+
770+
# Do this _after_ glance is installed to override the old binary
771+
setup_develop $GLANCECLIENT_DIR
772+
769773
setup_develop $NOVA_DIR
770774
if is_service_enabled horizon; then
771775
setup_develop $HORIZON_DIR
@@ -784,9 +788,6 @@ if is_service_enabled cinder; then
784788
configure_cinder
785789
fi
786790

787-
# Do this _after_ glance is installed to override the old binary
788-
setup_develop $GLANCECLIENT_DIR
789-
790791

791792
# Syslog
792793
# ------

0 commit comments

Comments
 (0)