From e71adfde060a7491bd46b621f628a52dd898de01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=9F=E5=B0=8F=E5=90=9B?= Date: Tue, 4 Jun 2019 11:28:38 +0800 Subject: [PATCH] Exclude broken ironicclient versions 2.7.1 Depends-On:https://review.opendev.org/#/c/659612/ Change-Id: I832fa869ec1eee4ab616d1f205a416cbc61f816a --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c200673a7a9..b817cabef26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ pyroute2>=0.5.3;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2) weakrefmethod>=1.0.2;python_version=='2.7' # PSF python-novaclient>=9.1.0 # Apache-2.0 -python-ironicclient>=2.7.0 # Apache-2.0 +python-ironicclient!=2.7.1,>=2.7.0 # Apache-2.0 python-designateclient>=2.7.0 # Apache-2.0 os-xenapi>=0.3.1 # Apache-2.0 os-vif>=1.15.1 # Apache-2.0