From ab7fd800082d5ccc746919994e0324389e996775 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 13 Sep 2017 12:42:28 +0000 Subject: [PATCH] Revert "Tag workflows created by the templates" This reverts commit a7a02f0da866c66dce9757a42bf56144cfa70d5a. This change requires a heat functionality which is not yet available so scenario001-containers job fails because of the new tags. Reverting to unblock CI and this should be back after we have heat promotion Change-Id: Ib0fed291c1c4e41d1ea0bb7fc2ccbdabac1d336b Closes-Bug: #1716915 --- common/deploy-steps.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/deploy-steps.j2 b/common/deploy-steps.j2 index e8ee49d939..1119fb6080 100644 --- a/common/deploy-steps.j2 +++ b/common/deploy-steps.j2 @@ -108,9 +108,6 @@ resources: properties: name: {list_join: [".", ["tripleo", {get_param: stack_name}, "workflowtasks", "step{{step}}"]]} type: direct - tags: - - tripleo-heat-templates-managed - - {get_param: stack_name} tasks: yaql: expression: $.data.where($ != '').select($.get('step{{step}}')).where($ != null).flatten()