cap python-novaclient/oslo.vmware/gabbi

novaclient 7.0.0 and oslo.vmware 2.17.0 have removed some backward
compat thing.

(like interface renamed endpoint_type)

So we cap them.

NOTE: don't cap WebOb < 1.7.0 since we backported
I07790b2a270fd4dc4ca95e95b01fbd41b4c43cf3

Closes-bug: #1659098
Change-Id: I6cc9dbfa0f25736cf8f01af24255a6f45ae2dd9b
This commit is contained in:
Mehdi Abaakouk 2017-01-25 07:49:08 +01:00 committed by gord chung
parent 1c5ad24f22
commit f447934a23
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ python-glanceclient>=2.0.0 # Apache-2.0
python-keystoneclient!=1.8.0,!=2.1.0,<3.0.0,>=1.6.0 # Apache-2.0
keystoneauth1>=2.1.0 # Apache-2.0
python-neutronclient!=4.1.0,>=2.6.0 # Apache-2.0
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
python-novaclient!=2.33.0,>=2.29.0,<7.0.0 # Apache-2.0
python-swiftclient>=2.2.0 # Apache-2.0
PyYAML>=3.1.0 # MIT
requests!=2.9.0,>=2.8.1 # Apache-2.0

View File

@ -18,7 +18,7 @@ oslo.cache>=1.5.0 # Apache-2.0
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
reno>=0.1.1 # Apache2
oslotest>=1.10.0 # Apache-2.0
oslo.vmware>=1.16.0 # Apache-2.0
oslo.vmware>=1.16.0,<2.17.0 # Apache-2.0
overtest>=0.10.0 # Apache-2.0
psycopg2>=2.5 # LGPL/ZPL
pylint==1.4.5 # GNU GPL v2