From 36666fbb2f02d8e4ce91baa473f6f3a6e51a101d Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 24 Nov 2020 12:00:31 +1100 Subject: [PATCH] Bump diskimage-builder requirement to 3.4.0 The most important fixes in this DIB are fixes for CentOS builds (regular and stream). Change-Id: I3b10aee8f93d30c00f57ece1a2a619a4d75c488c --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f9d3e6fa7..10bfea6bb 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>=3.2.1 +diskimage-builder>=3.4.0 voluptuous kazoo>=2.8.0 Paste