From d7dc7b1eaaf8c2bed7717d37f1c3ee170abdbece Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Thu, 15 Aug 2019 13:43:27 -0500 Subject: [PATCH] Fixing failing devstack zuul job The glance devstack plugin is not working for us, and is not needed for our devstack to work, so updating the zuul job to use the "min" devstack version that is used by other repos such as 'fault' and avoid setting up the glance devstack plugin altogether. Change-Id: Id16671961e10962530d2eaff28387b4b206e0a3b Partial-Bug: 1840292 Signed-off-by: Al Bailey --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 64e3cd09..9bed1d96 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -24,7 +24,7 @@ - job: name: flock-devstack-ha - parent: flock-devstack-base + parent: flock-devstack-base-min required-projects: - openstack/barbican - openstack/python-barbicanclient