Unpinning upper bound on python-*clients
If any of the projects specify a capped client, it has the potential for preventing that client from being tested in the gate. To fix this, maximum versions are uncapped for all openstack client code in all openstack projects. python-neutronclient is treated as an exception for now. Fixes: bug #1200214 Change-Id: I64c68db0632b6547a6340c952bdb9cafe11ea1d9
This commit is contained in:
parent
e4ddb6da6c
commit
129a3d9129
@ -8,13 +8,13 @@ eventlet>=0.12.0
|
||||
kombu>2.4.7
|
||||
iso8601>=0.1.4
|
||||
netaddr
|
||||
python-cinderclient>=1.0.4,<2
|
||||
python-glanceclient>=0.9.0,<2
|
||||
python-cinderclient>=1.0.4
|
||||
python-glanceclient>=0.9.0
|
||||
python-heatclient>=0.2.2
|
||||
python-keystoneclient>=0.2,<0.3
|
||||
python-novaclient>=2.12.0,<3
|
||||
python-neutronclient>=2.2.3,<3.0.0
|
||||
python-swiftclient>=1.2,<2
|
||||
python-keystoneclient>=0.3.0
|
||||
python-novaclient>=2.12.0
|
||||
python-neutronclient>=2.2.3,<3
|
||||
python-swiftclient>=1.2
|
||||
python-ceilometerclient>=1.0.1
|
||||
pytz>=2010h
|
||||
# Horizon Utility Requirements
|
||||
|
@ -6,7 +6,7 @@ set -o errexit
|
||||
# Increment me any time the environment should be rebuilt.
|
||||
# This includes dependncy changes, directory renames, etc.
|
||||
# Simple integer secuence: 1, 2, 3...
|
||||
environment_version=38
|
||||
environment_version=39
|
||||
#--------------------------------------------------------#
|
||||
|
||||
function usage {
|
||||
|
Loading…
Reference in New Issue
Block a user