Merge "Improve leapfrog pluggability"

This commit is contained in:
Jenkins 2017-05-23 14:34:17 +00:00 committed by Gerrit Code Review
commit d559626b97
2 changed files with 6 additions and 1 deletions

View File

@ -89,5 +89,10 @@ RUN_TASKS+=("os-magnum-install.yml")
RUN_TASKS+=("os-sahara-install.yml")
RUN_TASKS+=("${UPGRADE_UTILS}/post-redeploy-cleanup.yml")
# Loads a shell script that can be used to modify
# the RUN_TASKS behavior.
if [ ! -z ${REDEPLOY_EXTRA_SCRIPT} ]; then
source ${REDEPLOY_EXTRA_SCRIPT}
fi
run_items "/opt/openstack-ansible"
### Run the redeploy tasks

View File

@ -31,6 +31,6 @@ source migrations.sh
source re-deploy.sh
echo -e "\n====================================================="
notice "All Leaps successful."
notice "All OpenStack-Ansible Leaps successful."
echo -e "=====================================================\n"
exit 0