From 5b2c3faf4cc7f5b1264b52faa4cd151bf8f9789f Mon Sep 17 00:00:00 2001 From: Francois Eleouet Date: Fri, 26 Jul 2013 17:16:29 +0200 Subject: [PATCH] Update heat and ceilometer clients requirements Current minimal versions of python-keystoneclient and python-ceilometerclient require an incompatible version of python-keystoneclient (>=0.2,<0.3) As a result, setuptools will fail to install horizon if python-heatclient-0.2.2 and/or python-ceilometerclient-1.0.1 are installed This patch updates the mimimal versions of these client to make sure they have a compatible requirement of python-keystoneclient (>=0.3.0) Change-Id: Id5dc6bb4514ebb98496ae08aa633c0b71d886f3f Fixes: bug #1199529 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bfd9cddd7..b5ef7e678 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,12 +10,12 @@ iso8601>=0.1.4 netaddr python-cinderclient>=1.0.4 python-glanceclient>=0.9.0 -python-heatclient>=0.2.2 +python-heatclient>=0.2.3 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 +python-ceilometerclient>=1.0.2 pytz>=2010h # Horizon Utility Requirements # for SECURE_KEY generation