Fixed cotyledon version requirement

There is a minimum version requirement of cotyledon for
ceilometer-collector to work properly. We need to make sure it's above
version 1.2.4.

Change-Id: I07276d032f7f8849501f94f9577833c1d9b68131
Closes-Bug: #1632925
This commit is contained in:
Lianhao Lu 2016-10-13 11:33:25 +08:00
parent 7a7866c58f
commit f68edc7fd3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
cotyledon
cotyledon>=1.2.4 #Apache-2.0
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
futurist>=0.11.0 # Apache-2.0
debtcollector>=1.2.0 # Apache-2.0