Merge "Remove hardening from leap upgrades"

This commit is contained in:
Zuul 2018-08-09 18:48:21 +00:00 committed by Gerrit Code Review
commit ce54ff8bee
1 changed files with 0 additions and 7 deletions

View File

@ -52,13 +52,6 @@ fi
# Setup Hosts
RUN_TASKS+=("openstack-hosts-setup.yml -e redeploy_rerun=true")
# Run the security-hardening playbook in redeployment
if [[ -n "${SKIP_HARDENING_TAGS}" ]]; then
RUN_TASKS+=("security-hardening.yml --skip-tags=${SKIP_HARDENING_TAGS}")
else
RUN_TASKS+=("security-hardening.yml")
fi
# Ensure the same pip everywhere, even if requirement met or above
RUN_TASKS+=("${UPGRADE_UTILS}/pip-unify.yml -e release_version=\"${NEWTON_RELEASE}\"")