Merge "Re-run setup-hosts before re-deploy."

This commit is contained in:
Jenkins 2017-08-03 13:15:57 +00:00 committed by Gerrit Code Review
commit b6f024875a
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ fi
link_release "/opt/leap42/openstack-ansible-${NEWTON_RELEASE}"
RUN_TASKS=()
RUN_TASKS+=("openstack-hosts-setup.yml -e redeploy_rerun=true")
# Ensure the same pip everywhere, even if requirement met or above
RUN_TASKS+=("${UPGRADE_UTILS}/pip-unify.yml -e release_version=\"${NEWTON_RELEASE}\"")