summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehdi Abaakouk <sileht@redhat.com>2017-01-25 07:49:08 +0100
committerJoseph Davis <joseph.a.davis@hpe.com>2017-01-27 08:29:28 -0800
commit3ce7d28d52c2e8bec26bd64efc975db30342ff1e (patch)
treebd276cebf5f499a4f70e5d64c4cf9a26ede37655
parentd84b976c85252c2daa29a2bcaaba7266330abcb3 (diff)
downloadceilometer-3ce7d28d52c2e8bec26bd64efc975db30342ff1e.tar.gz
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. Also cap WebOb < 1.7.0 to allow gabbi to succeed. Closes-bug: #1659098 Change-Id: I6cc9dbfa0f25736cf8f01af24255a6f45ae2dd9b
-rw-r--r--requirements.txt4
-rw-r--r--test-requirements.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index 71d9ff0f..f0a68ec6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -33,7 +33,7 @@ python-glanceclient>=2.0.0 # Apache-2.0
python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
keystoneauth1>=2.1.0 # Apache-2.0
python-neutronclient>=4.2.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
@@ -42,7 +42,7 @@ SQLAlchemy<1.1.0,>=1.0.10 # MIT
sqlalchemy-migrate>=0.9.6 # Apache-2.0
stevedore>=1.9.0 # Apache-2.0
tooz>=1.28.0 # Apache-2.0
-WebOb>=1.2.3 # MIT
+WebOb>=1.2.3,<1.7.0 # MIT
WSME>=0.8 # MIT
# NOTE(jd) We do not import it directly, but WSME datetime string parsing
# behaviour changes when this library is installed
diff --git a/test-requirements.txt b/test-requirements.txt
index 422a4cbf..75efc08e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,7 +15,7 @@ openstackdocstheme>=1.0.3 # Apache-2.0
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
reno>=1.6.2 # 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
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
sphinxcontrib-httpdomain # BSD