We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98804a9 commit 7f0ac27Copy full SHA for 7f0ac27
ansible/files/multinode.sh
@@ -371,7 +371,7 @@ function upgrade_overcloud() {
371
function upgrade_prerequisites() {
372
# Run the upgrade prerequisites script if it exists.
373
workaround_ansible_rc13_bug
374
- [[ ! -f $KAYOBE_CONFIG_ROOT/tools/upgrade-prerequisites.sh ]] || $KAYOBE_CONFIG_ROOT/tools/upgrade-prerequisites.sh
+ [[ ! -f $KAYOBE_CONFIG_PATH/../../tools/upgrade-prerequisites.sh ]] || $KAYOBE_CONFIG_PATH/../../tools/upgrade-prerequisites.sh
375
}
376
377
function usage() {
0 commit comments