summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-04-20 17:55:55 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-04-20 17:55:55 +0000
commit579a065c0dcce554a5dca86164eb8f1d6fb43c4d (patch)
tree08720a71067c3d1869552403905569e821bf0eec
parentcedce339a08d475617c7f57c148e192dc3709a34 (diff)
downloadkeystone-579a065c0dcce554a5dca86164eb8f1d6fb43c4d.tar.gz
Updated from global requirements
Change-Id: I72af7a36f2c3ba206be06fa35323386801e6ff81
-rw-r--r--requirements-py3.txt4
-rw-r--r--requirements.txt6
-rw-r--r--test-requirements-py3.txt2
-rw-r--r--test-requirements.txt2
4 files changed, 7 insertions, 7 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt
index 1f1c16b45..3780d5fa1 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -16,8 +16,8 @@ SQLAlchemy>=0.9.7,<=0.9.99
sqlalchemy-migrate>=0.9.5
passlib
iso8601>=0.1.9
-python-keystoneclient>=1.1.0
-keystonemiddleware>=1.5.0
+python-keystoneclient>=1.1.0,<1.4.0
+keystonemiddleware>=1.5.0,<1.6.0
oslo.concurrency>=1.8.0,<1.9.0 # Apache-2.0
oslo.config>=1.9.3,<1.10.0 # Apache-2.0
# oslo.messaging tries to pull in eventlet
diff --git a/requirements.txt b/requirements.txt
index ed8684e9d..87e136642 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,8 +16,8 @@ SQLAlchemy>=0.9.7,<=0.9.99
sqlalchemy-migrate>=0.9.5
passlib
iso8601>=0.1.9
-python-keystoneclient>=1.1.0
-keystonemiddleware>=1.5.0
+python-keystoneclient>=1.1.0,<1.4.0
+keystonemiddleware>=1.5.0,<1.6.0
oslo.concurrency>=1.8.0,<1.9.0 # Apache-2.0
oslo.config>=1.9.3,<1.10.0 # Apache-2.0
oslo.messaging>=1.8.0,<1.9.0 # Apache-2.0
@@ -32,6 +32,6 @@ oauthlib>=0.6
pysaml2
dogpile.cache>=0.5.3
jsonschema>=2.0.0,<3.0.0
-pycadf>=0.8.0
+pycadf>=0.8.0,<0.9.0
posix_ipc
msgpack-python>=0.4.0
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index 5e60aa940..c29a82035 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -14,7 +14,7 @@ bashate>=0.2 # Apache-2.0
# python-memcached>=1.48
# Optional dogpile backend: MongoDB
-pymongo>=2.6.3
+pymongo>=2.6.3,<3.0
# Optional backend: LDAP
# python-ldap does not install on py3
diff --git a/test-requirements.txt b/test-requirements.txt
index ea80cb162..ace34704b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,7 +12,7 @@ pysqlite
python-memcached>=1.48
# Optional dogpile backend: MongoDB
-pymongo>=2.6.3
+pymongo>=2.6.3,<3.0
# Optional backend: LDAP
# authenticate against an existing LDAP server