aboutsummaryrefslogtreecommitdiffstats
path: root/extraconfig
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-10-03 18:17:47 +0000
committerGerrit Code Review <review@openstack.org>2016-10-03 18:17:47 +0000
commit5f7d913c101a518fa1011762ecb5df5590dcf129 (patch)
tree88fa29fee3c195c72cd64aee2ecf81e2cfdbf66d /extraconfig
parent85fff5d679c3971c50eb5eb8faed8a7c6f23b547 (diff)
parentdc6f93da4f33723de52022593450952d24be7390 (diff)
Merge "Update $service to $resource this variable does not exist in the context"
Diffstat (limited to 'extraconfig')
-rw-r--r--extraconfig/tasks/major_upgrade_pacemaker_migrations.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extraconfig/tasks/major_upgrade_pacemaker_migrations.sh b/extraconfig/tasks/major_upgrade_pacemaker_migrations.sh
index 5b834b2b..df87c93f 100644
--- a/extraconfig/tasks/major_upgrade_pacemaker_migrations.sh
+++ b/extraconfig/tasks/major_upgrade_pacemaker_migrations.sh
@@ -154,7 +154,7 @@ function migrate_full_to_ng_ha {
fi
pcs resource delete --force "$resource"
else
- log_debug "Service $service not found as a pacemaker resource, not trying to delete."
+ log_debug "Service $resource not found as a pacemaker resource, not trying to delete."
fi
done