From 3a3ce4399a03024517e16fd6c9d61b887b9eba02 Mon Sep 17 00:00:00 2001 From: Kun Huang Date: Thu, 11 Jul 2013 23:45:28 +0800 Subject: [PATCH] update requires to prevent version cap OpenStack clients. None of these should have an upper bound as that has implications for testing in the gate. An exception is currently being made for neutron client because of the need for an incompatible change in their next release. https://github.com/openstack/requirements fixes bug #1200214 Change-Id: I6cc851554e2dcc620bfeb45dc63c9d80d09e9586 --- requirements.txt | 7 ++++--- test-requirements.txt | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index fb891a00db..d40e892cf9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,9 +15,10 @@ paramiko>=1.8.0 babel>=0.9.6 iso8601>=0.1.4 setuptools_git>=0.4 -python-quantumclient>=2.2.0,<3.0.0 -python-glanceclient>=0.9.0,<2 -python-keystoneclient>=0.2,<0.3 +python-quantumclient>=2.2.0 +python-neutronclient>=2.2.3,<3 +python-glanceclient>=0.9.0 +python-keystoneclient>=0.2.1 stevedore>=0.9 websockify<0.4 oslo.config>=1.1.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2353ff4841..496ade7b20 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ pep8==1.4.5 pyflakes==0.7.2 flake8==2.0 -hacking>=0.5.3,<0.6 +hacking>=0.5.6,<0.6 coverage>=3.6 discover fixtures>=0.3.12 @@ -10,5 +10,5 @@ mox>=0.5.3 mysql-python python-subunit sphinx>=1.1.2 -testrepository>=0.0.13 +testrepository>=0.0.15 testtools>=0.9.32