From 95402f6fe3cf4f4b135657ed15acc3501794cc72 Mon Sep 17 00:00:00 2001 From: Dima Shulyak Date: Wed, 23 Jul 2014 13:26:19 +0300 Subject: [PATCH] Set top version for python-keystoneclient Required to ensure that no system level dependencies will be added to keystoneclient, which can break our ci Related-Bug: #1347583 Change-Id: I1baed0598ae730f5a2a14b8dc9cd331aea37d34c --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f6fcc3d2..b8b57fc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,4 +23,4 @@ simplejson==3.3.0 web.py==0.37 wsgilog==0.3 wsgiref==0.1.2 -python-keystoneclient>=0.7 +python-keystoneclient>=0.7.1,<=0.7.2