Skip to content

Commit 43ec13e

Browse files
authored
Merge pull request #78 from stackhpc/fix-multinode-sh
Replace KAYOBE_CONFIG_ROOT with KAYOBE_CONFIG_PATH
2 parents 98804a9 + 7f0ac27 commit 43ec13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/files/multinode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ function upgrade_overcloud() {
371371
function upgrade_prerequisites() {
372372
# Run the upgrade prerequisites script if it exists.
373373
workaround_ansible_rc13_bug
374-
[[ ! -f $KAYOBE_CONFIG_ROOT/tools/upgrade-prerequisites.sh ]] || $KAYOBE_CONFIG_ROOT/tools/upgrade-prerequisites.sh
374+
[[ ! -f $KAYOBE_CONFIG_PATH/../../tools/upgrade-prerequisites.sh ]] || $KAYOBE_CONFIG_PATH/../../tools/upgrade-prerequisites.sh
375375
}
376376

377377
function usage() {

0 commit comments

Comments
 (0)