From 29270bb853d1fa5e05139197c77fb13f3898ead4 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 12 Jul 2013 17:13:15 -0400 Subject: [PATCH] uncap python-keystoneclient version requirement if any of the projects specify a capped client, it has the potential for preventing that client from being tested in the gate. To fix this we have to uncap maximum versions of all openstack client code in all openstack projects. Fixes bug #1200214 Change-Id: I664d2f030972a3bbb08ae1c4b1710816b54b44b2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cabf2e9..d8b87df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ pbr>=0.5,<0.6 argparse prettytable>=0.6,<0.8 -python-keystoneclient>=0.1.2,<1 +python-keystoneclient>=0.2.1 pyOpenSSL warlock>=0.7.0,<2