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.
2 parents 98804a9 + 7f0ac27 commit 43ec13eCopy full SHA for 43ec13e
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