Merge "Echo warning to export TODOLIST var."
This commit is contained in:
commit
8a9d9ed96a
@ -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
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user