Files
instack-undercloud/scripts/instack-pre-upgrade-undercloud
Ben Nemec bda75f1640 Add pre-upgrade entrypoint
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
2017-06-29 21:39:46 +00:00

4 lines
93 B
Bash
Executable File

#!/bin/bash
python -c "from instack_undercloud import undercloud; undercloud.pre_upgrade()"