Fix the default plan creation

The task plan_process_templates was calling the plan_set_status_failed action,
but this action returns the result of the create_plan action, not the result
of plan_process_templates.

It depends on a change in instack-undercloud that will ensure that the
workflow finishes before we continue to avoid hitting Mistral bug #1624284

Partial-Bug: #1622683
Depends-On: I8967b8badfeee1ba9ad473171103c7c37d6f7209
Change-Id: Ic494ed0874dd79e148ef9c7093bdcf32bed4d6ae
This commit is contained in:
Dougal Matthews 2016-09-16 09:09:51 +01:00
parent 6ab84eef15
commit f768bb8c6c
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ workflows:
plan_process_templates:
action: tripleo.process_templates container=<% $.container %>
on-success: plan_set_status_success
on-error: plan_set_status_failed
on-error: process_templates_set_status_failed
plan_set_status_success:
on-success: notify_zaqar