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
This commit is contained in:
Ian Wienand 2020-08-21 08:04:44 +10:00
parent 6ebac5fd17
commit 05c300863c

View File

@ -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