From be17d129a3cf3820032a42a84dbc636752030920 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Mon, 15 Jul 2013 16:15:57 +1200 Subject: [PATCH] Align OpenStack client versions with project requirements. This brings heat into line with the consensus on how to specify version range caps. Fixes bug: #1200214 Change-Id: I14affc96c44f865fdd0516c1eb4eb59f1a808b82 --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4ff4ff12..b6b34455 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,14 +11,14 @@ argparse lxml>=2.3 six sqlalchemy-migrate>=0.7.2 -python-novaclient>=2.11.0,<3 +python-novaclient>=2.12.0 PasteDeploy==1.5.0 routes==1.12.3 SQLAlchemy>=0.7.8,<0.7.99 WebOb==1.2.3 -python-keystoneclient>=0.2.3 -python-swiftclient -python-quantumclient>=2.2.0,<3.0.0 -python-cinderclient +python-keystoneclient>=0.2.1 +python-swiftclient>=1.2 +python-quantumclient>=2.2.0 +python-cinderclient>=1.0.4 PyYAML>=3.1.0 oslo.config>=1.1.0 -- 2.45.2