Fix start order for Ironic during upgrade
Start Ironic after upgrade to apply new version of code. Change-Id: Ibf7f81012d9ea2bc6d8025916d984c5c7a3e46bb
This commit is contained in:
parent
cb7d8d7f4e
commit
f1d189d16a
@ -101,11 +101,11 @@ fi
|
||||
|
||||
$IRONIC_BIN_DIR/ironic-dbsync --config-file=$IRONIC_CONF_FILE
|
||||
|
||||
start_ironic
|
||||
|
||||
# calls upgrade-ironic for specific release
|
||||
upgrade_project ironic $RUN_DIR $BASE_DEVSTACK_BRANCH $TARGET_DEVSTACK_BRANCH
|
||||
|
||||
start_ironic
|
||||
|
||||
# Don't succeed unless the services come up
|
||||
ensure_services_started ironic-api ironic-conductor
|
||||
ensure_logs_exist ir-cond ir-api
|
||||
|
Loading…
Reference in New Issue
Block a user