]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
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)
commit8c477b1e3d818b8072542ba0b970ffde5b7683ca
treec4abcd887c21dbed29732945185c6ea4faf068b3
parent0ecf323641813d7ab6b7da1f8c24cabe4e7c0316
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