From 05c300863c6bb7f7d28914031e2fbd0d568d119b Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 21 Aug 2020 08:04:44 +1000 Subject: [PATCH] Bump dib requirement to 3.2.1 diskimage-builder 3.2.1 incorporates an important change Ifb18c4243aa08055d98602aa4fdb30b16dae061d that reverts the inadvertent removal of git from the base images, which causes all sorts of interesting issues with zuul-jobs which wants git before even package-management is setup on hosts. Change-Id: Ide4b617f419b57ca8be53bc36b1c506fd399d3e6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c6c2b0e3d..6d28479e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ PrettyTable>=0.6,<0.8 # 0.28.0-0.31.0 fail to upload images with glance tasks. # 0.31.1 and 0.31.2 have a bug with image deletion in tasks API openstacksdk>=0.27.0,!=0.28.0,!=0.29.0,!=0.30.0,!=0.31.0,!=0.31.1,!=0.31.2 -diskimage-builder>=2.36.0 +diskimage-builder>=3.2.1 voluptuous kazoo>=2.8.0 Paste