]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Disable python-barbicanclient 3.0.0 version
authorZhiQiang Fan <aji.zqfan@gmail.com>
Sat, 1 Nov 2014 18:18:35 +0000 (02:18 +0800)
committerZhiQiang Fan <aji.zqfan@gmail.com>
Sat, 1 Nov 2014 18:18:35 +0000 (02:18 +0800)
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

index 397db1bb300a982db246c11407665d69e86b9d2b..f354c6766b702e3edb88cb1c209308fddf9f0704 100644 (file)
@@ -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