Merge "Echo warning to export TODOLIST var."

This commit is contained in:
Jenkins 2017-09-22 10:19:59 +00:00 committed by Gerrit Code Review
commit 8a9d9ed96a
2 changed files with 4 additions and 1 deletions

View File

@ -47,7 +47,8 @@ bash ./run-stages.sh
``` ```
If you want to pre-load the stages you can do so by running the various scripts If you want to pre-load the stages you can do so by running the various scripts
independently. independently. **You must** export ``export UPGRADES_TO_TODOLIST`` once the
prep.sh script is completed.
``` bash ``` bash
bash ./prep.sh bash ./prep.sh

View File

@ -262,6 +262,8 @@ function set_upgrade_vars {
export CONFIG_DIR="/etc/openstack_deploy" export CONFIG_DIR="/etc/openstack_deploy"
;; ;;
esac esac
# Do not forget to export the TODOLIST if you run the scripts one by one.
warning "export UPGRADES_TO_TODOLIST=\"${UPGRADES_TO_TODOLIST}\""
} }
function pre_flight { function pre_flight {