From bd6dea8f97ee339f9a2a27a4d0f2ade42026db3e Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 21 Jan 2021 09:35:42 +1100 Subject: [PATCH] Require diskimage-builder 3.6.0 Amongst other things, this has fixes for building Gentoo images which we would like in the production containers. Change-Id: Icae1c2964cac875ea0ba2bea19f780acae12a612 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ef2d20c20..6ed77ac75 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.5.0 +diskimage-builder>=3.6.0 voluptuous kazoo>=2.8.0 Paste