Merge "devstack: Move start_astara to after start_astara_hozizon"

This commit is contained in:
Jenkins 2016-03-09 21:46:17 +00:00 committed by Gerrit Code Review
commit 19298d8171
1 changed files with 1 additions and 1 deletions

View File

@ -299,10 +299,10 @@ if is_service_enabled astara; then
elif [[ "$1" == "stack" && "$2" == "extra" ]]; then
echo_summary "Initializing Astara"
pre_start_astara
start_astara
if is_service_enabled horizon; then
start_astara_horizon
fi
start_astara
post_start_astara
fi