From 62851c74af3af2d804d0ea6ee78e1cdb781301dc Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Wed, 22 May 2019 15:46:52 +0800 Subject: [PATCH] Exclude broken ironicclient versions 2.5.2 and 2.7.1 depend on https://review.opendev.org/#/c/659612/ Change-Id: I1f802d9a114b93b47afc8b6ebb6bd92148945a50 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dd1b6cb7..70d9764e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ # process, which may cause wedges in the gate later. pbr!=2.1.0,>=2.0.0 # Apache-2.0 -python-ironicclient>=2.3.0 # Apache-2.0 +python-ironicclient!=2.5.2,!=2.7.1,>=2.3.0 # Apache-2.0