Install glanceclient before horizon tries to

Change-Id: I6e8434ee3cce07b740c9c83380114ad6ed4375b0
This commit is contained in:
Dean Troyer 2012-06-26 13:05:33 -05:00
parent ff11e1c225
commit a34961b074

View File

@ -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
# ------