From d8c8c350699606a5dbb2544e62550a9f4fe15b1b Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 28 Feb 2022 07:48:15 +1100 Subject: [PATCH] Update to DIB 3.19.1 This has a fix for networking on Rocky Linux and RHEL9 bootloader fixups. Change-Id: I4f3f84250c6f22e1ce92206c5dbbea8f208708d0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 397aaf564..884808425 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ PrettyTable>=0.6,<0.8 # 0.31.1 and 0.31.2 have a bug with image deletion in tasks API # We expect 1.0.0 to break the API we use openstacksdk>=0.27.0,!=0.28.0,!=0.29.0,!=0.30.0,!=0.31.0,!=0.31.1,!=0.31.2,<1.0.0 -diskimage-builder>=3.19.0 +diskimage-builder>=3.19.1 voluptuous kazoo>=2.8.0 Paste