prevent installing old releases of congressclient

An example of an old congressclient releases is 2015.1.0,
this causes issues with the requirments bot change, so add
an upper cap of 2000 to congressclient.

Change-Id: Ied055d28d3f19ef708cbb3b149214c10563094ce
This commit is contained in:
Steve Martinelli 2016-03-16 09:43:16 -04:00
parent f6578c583a
commit 983af4a5d0

View File

@ -180,7 +180,7 @@ aodhclient>=0.1.0 # Apache-2.0
python-barbicanclient>=3.3.0 # Apache-2.0
python-ceilometerclient>=2.2.1 # Apache-2.0
python-cinderclient>=1.3.1 # Apache-2.0
python-congressclient>=1.0.0 # Apache-2.0
python-congressclient>=1.0.0,<2000 # Apache-2.0
python-designateclient>=1.5.0 # Apache-2.0
python-heatclient>=0.6.0 # Apache-2.0
python-glanceclient>=2.0.0 # Apache-2.0