From c6a986665568fbc458c3e725c1a31e0fcf8c8af3 Mon Sep 17 00:00:00 2001 From: Julie Pichon Date: Tue, 31 Oct 2017 15:30:38 +0000 Subject: [PATCH] Fix typos in container_images_prepare failure task names The message tasks in case of failures should reference the task to prepare the container images itself. In the case of create_plan, it would return a message for the wrong task, and in the case of update_plan I think it would fail altogether. This now references the correct task name. Related-Bug: #1716778 Change-Id: Ie05bd113b8c20ee95aef82b07c63a9591baab98a (cherry picked from commit 07f21db70c842d7c7d0ef6c3f6e4c3459c3c40a4) --- workbooks/plan_management.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workbooks/plan_management.yaml b/workbooks/plan_management.yaml index 61a91372d..f2a31dce7 100644 --- a/workbooks/plan_management.yaml +++ b/workbooks/plan_management.yaml @@ -195,7 +195,7 @@ workflows: on-success: notify_zaqar publish: status: FAILED - message: <% task(create_plan).result %> + message: <% task(container_images_prepare).result %> notify_zaqar: action: zaqar.queue_post @@ -323,7 +323,7 @@ workflows: on-success: notify_zaqar publish: status: FAILED - message: <% task(create_plan).result %> + message: <% task(container_images_prepare).result %> notify_zaqar: action: zaqar.queue_post