From a34961b07446b47c11cfec151d12f17a1e267c4d Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Tue, 26 Jun 2012 13:05:33 -0500 Subject: [PATCH] Install glanceclient before horizon tries to Change-Id: I6e8434ee3cce07b740c9c83380114ad6ed4375b0 --- stack.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stack.sh b/stack.sh index 8c3f45b573..5b52b63c6e 100755 --- a/stack.sh +++ b/stack.sh @@ -766,6 +766,10 @@ fi 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 @@ if is_service_enabled cinder; then configure_cinder fi -# Do this _after_ glance is installed to override the old binary -setup_develop $GLANCECLIENT_DIR - # Syslog # ------