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
This commit is contained in:
Sean Dague 2013-07-25 15:26:05 -04:00
parent ce15bccae2
commit 4ccf47a2bd
1 changed files with 2 additions and 2 deletions

View File

@ -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