From 5b9ae3a5ff8bda44d61230429e1aa4b4f56d3e4e Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Thu, 15 Aug 2019 13:50:14 -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: Ibad252c69c19d425fe3c9f9b85e773286b3e3c43 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 e92ff8f7..51af77b7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -24,7 +24,7 @@ - job: name: flock-devstack-metal - parent: flock-devstack-base + parent: flock-devstack-base-min required-projects: - openstack/barbican - openstack/python-barbicanclient