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 07f21db70c)
This commit is contained in:
Julie Pichon 2017-10-31 15:30:38 +00:00
parent ae128f4978
commit c6a9866655
1 changed files with 2 additions and 2 deletions

View File

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