From f68edc7fd39ea298bb84d40ba60110a8b05cfa5f Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Thu, 13 Oct 2016 11:33:25 +0800 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 71d9ff0f51..786b872860 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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