Browse code

Install glanceclient before horizon tries to

Change-Id: I6e8434ee3cce07b740c9c83380114ad6ed4375b0

Dean Troyer authored on 2012/06/27 03:05:33
Showing 1 changed files
... ...
@@ -766,6 +766,10 @@ fi
766 766
 if is_service_enabled g-api n-api; then
767 767
     setup_develop $GLANCE_DIR
768 768
 fi
769
+
770
+# Do this _after_ glance is installed to override the old binary
771
+setup_develop $GLANCECLIENT_DIR
772
+
769 773
 setup_develop $NOVA_DIR
770 774
 if is_service_enabled horizon; then
771 775
     setup_develop $HORIZON_DIR
... ...
@@ -784,9 +788,6 @@ if is_service_enabled cinder; then
784 784
     configure_cinder
785 785
 fi
786 786
 
787
-# Do this _after_ glance is installed to override the old binary
788
-setup_develop $GLANCECLIENT_DIR
789
-
790 787
 
791 788
 # Syslog
792 789
 # ------