Update $service to $resource this variable does not exist in the context

heat failed due to a:
service: unbound variable
In the context $service is never set.

Change-Id: If82ee4562612f2617b676732956396278ee40a88
Closes-Bug: #1629903
(cherry picked from commit dc6f93da4f)
This commit is contained in:
Mathieu Bultel
2016-10-03 16:02:34 +02:00
committed by mathieu bultel
parent aec578ee94
commit 4f133fe906

View File

@@ -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