Merge "[sync/mitaka] Rebuild bootstrap during master node upgrade."

This commit is contained in:
Jenkins 2017-02-06 17:22:02 +00:00 committed by Gerrit Code Review
commit b78f0d198b
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ for service in $SERVICES; do
systemctl restart "$service"
done
echo "Rebuilding bootstrap images"
fuel-bootstrap build --activate
echo; echo
echo "Master node update is <successfully complete> (log: ${LOGFILE} )"