From 8d81623d5f1891a19f58d66cc28f7d4033293354 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Fri, 16 Nov 2012 16:29:43 -0800 Subject: [PATCH] Unpin keystoneclient dependency The new 0.2.0 keystoneclient was released with no api changes, and glanceclients dependency breaks gating so unpin it. Change-Id: I9cbe2ebb462005ebfea3b7a0e68ca39069a0765f --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index b0db858..8926c42 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,5 +1,5 @@ argparse prettytable>=0.6,<0.7 -python-keystoneclient>=0.1.2,<0.2 +python-keystoneclient>=0.1.2,<1 pyOpenSSL warlock<2