Install glanceclient before horizon tries to
Change-Id: I6e8434ee3cce07b740c9c83380114ad6ed4375b0
This commit is contained in:
parent
ff11e1c225
commit
a34961b074
7
stack.sh
7
stack.sh
@ -766,6 +766,10 @@ fi
|
|||||||
if is_service_enabled g-api n-api; then
|
if is_service_enabled g-api n-api; then
|
||||||
setup_develop $GLANCE_DIR
|
setup_develop $GLANCE_DIR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Do this _after_ glance is installed to override the old binary
|
||||||
|
setup_develop $GLANCECLIENT_DIR
|
||||||
|
|
||||||
setup_develop $NOVA_DIR
|
setup_develop $NOVA_DIR
|
||||||
if is_service_enabled horizon; then
|
if is_service_enabled horizon; then
|
||||||
setup_develop $HORIZON_DIR
|
setup_develop $HORIZON_DIR
|
||||||
@ -784,9 +788,6 @@ if is_service_enabled cinder; then
|
|||||||
configure_cinder
|
configure_cinder
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Do this _after_ glance is installed to override the old binary
|
|
||||||
setup_develop $GLANCECLIENT_DIR
|
|
||||||
|
|
||||||
|
|
||||||
# Syslog
|
# Syslog
|
||||||
# ------
|
# ------
|
||||||
|
Loading…
Reference in New Issue
Block a user