Skip to content

Commit

Permalink
update requires to prevent version cap
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Kun Huang committed Jul 15, 2013
1 parent 3b560c3 commit 3a3ce43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
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
mox>=0.5.3
mysql-python
python-subunit
sphinx>=1.1.2
testrepository>=0.0.13
testrepository>=0.0.15
testtools>=0.9.32

0 comments on commit 3a3ce43

Please sign in to comment.