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
This commit is contained in:
parent
0ecf323641
commit
8c477b1e3d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user