From 4ccf47a2bd58741772cad1b0c6d1abce57ba3550 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 25 Jul 2013 15:26:05 -0400 Subject: [PATCH] update global requires on clients for keystone fix the older version of python-heatclient and python-ceiloclient actually required an incompatible version of python-keystone client to the global requirements list. When running devstack without heat or ceilo enabled (thus no local git trees), horizon becomes satisified even when you have and old heatclient, which prevents horizon from installing. Change-Id: I8480db4a5c3d08a7d739f495920e4b5a442cbb91 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 79087d2a45..39d4089983 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,8 +51,8 @@ pyparsing>=1.5.7,<2.0 # is currently being made for neutron client because of the need # for an incompatible change in their next release. python-cinderclient>=1.0.4 -python-ceilometerclient>=1.0.1 -python-heatclient>=0.2.2 +python-ceilometerclient>=1.0.2 +python-heatclient>=0.2.3 python-glanceclient>=0.9.0 python-keystoneclient>=0.3.0 python-memcached