From 228d90d5eb7784f3d4cbd889f478329a8d3a6868 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 26 Oct 2017 16:46:15 -0700 Subject: [PATCH] Zuul: add run attribute A proposed change[1] to Zuul removes the implied run attribute. Add an explicit run attribute here to prepare for that. [1] Ia8f23bce9898cd4f387554e6787b091b63e75519 Change-Id: I1fbc36c3d1b8c4ed70fceef1c587255dad50da04 --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 9e00231265..826410c2c7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -71,6 +71,7 @@ horizon: False tempest: False pre-run: playbooks/pre + run: playbooks/devstack post-run: playbooks/post