This will allow tripleoclient to update instack-undercloud, call the new pre_upgrade hook which will contain any new steps needed for the coming release, and then call the regular upgrade script to apply all the new configuration. bp undercloud-upgrade Change-Id: If7c2f5f5a904d570b2f2fbe4eea3f8fd7162afb9
4 lines
93 B
Bash
Executable File
4 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
|
|
python -c "from instack_undercloud import undercloud; undercloud.pre_upgrade()"
|