From 7af0b9063490d511b120041247eecb9d9fd17104 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 16 Jan 2018 08:24:02 +0100 Subject: [PATCH] Use Zuul v3 fetch-subunit-output We have consolidated the fetch output roles into one fetch-subunit-output, replace useage of old roles with new one. Depends-On: I0cdfc66ee8b046affeb0b071fef38c21cb7a4948 Change-Id: Ia86360456c5c301cee11c8d9dd515e364aad2c82 --- playbooks/devstack/post.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/devstack/post.yaml b/playbooks/devstack/post.yaml index a15f9435a..74c190243 100644 --- a/playbooks/devstack/post.yaml +++ b/playbooks/devstack/post.yaml @@ -1,4 +1,4 @@ - hosts: all roles: - - fetch-stestr-output + - fetch-subunit-output - devstack-config