From bd23cf25e2eeb139c6f3b35abf1e644a4270c0f2 Mon Sep 17 00:00:00 2001 From: Kun Huang Date: Thu, 11 Jul 2013 23:29:51 +0800 Subject: update requires to prevent version cap OpenStack clients requirements should not have an upper bound as that has implications for testing in the gate. ref: https://github.com/openstack/requirements fixes bug #1200214 Change-Id: I45c8e94ede892a4d5412ac43aae9c4e131907c89 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 45054f24..e54bb6a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ sqlalchemy-migrate>=0.7.2 passlib lxml iso8601>=0.1.4 -python-keystoneclient>=0.2.1,<0.3 +python-keystoneclient>=0.3.0 oslo.config>=1.1.0 -- cgit