cap gnocchiclient

aodh is set to gnocchiclient>=2.1.0. therefore, it cannot support
gnocchiclient 4.0.0+ without breaking 2.1.0 constraint. cap its
requirement

Change-Id: I9017b284dfc13ca638d091fbc76b29ef2dda4003
(cherry picked from commit 7fcc8a1320)
This commit is contained in:
gord chung 2017-09-06 22:13:31 +00:00 committed by gordon chung
parent 1f954b3b82
commit 0ddd49bb41
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
futurist>=0.11.0 # Apache-2.0
jsonschema!=2.5.0,<3.0.0,>=2.0.0
keystonemiddleware>=2.2.0
gnocchiclient>=2.1.0 # Apache-2.0
gnocchiclient>=2.1.0,<4.0.0 # Apache-2.0
lxml>=2.3
oslo.db>=1.12.0,!=4.13.1,!=4.13.2,!=4.15.0 # Apache-2.0
oslo.config>=2.6.0 # Apache-2.0