From 8c477b1e3d818b8072542ba0b970ffde5b7683ca Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Sun, 2 Nov 2014 02:18:35 +0800 Subject: [PATCH] Disable python-barbicanclient 3.0.0 version python-barbicanclient 3.0.0 has introduced cliff module, but pins it to 1.6.1, while global-requirements set it to >=1.7.0, now the whole OpenStack projects depends on higher version of cliff, but python-barbicanclient is needed by cinder, then grenade test will fail because: pkg_resources.DistributionNotFound: cliff==1.6.1 As long as python-barbicanclient maintainers don't provide a patch for 3.0.0 (which seems not happen FMPOV), we need to disbable this version. Change-Id: I02f055ae89989cef2bd0264c60279a1f1a141e01 Related-Bug: #1388414 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 397db1bb3..f354c6766 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ paramiko>=1.13.0 Paste PasteDeploy>=1.5.0 pycrypto>=2.6 -python-barbicanclient>=2.1.0 +python-barbicanclient>=2.1.0,!=3.0.0 python-glanceclient>=0.14.0 python-novaclient>=2.18.0 python-swiftclient>=2.2.0 -- 2.45.2