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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user