From 8ac7053c7c19e4e1ba7fda1e2ac6f27ed406dd8d Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 19 Nov 2012 14:23:21 -0800 Subject: Add keystoneclient to pip-requires As of I788300449e37ba1732f6482ebce5f480a2c14a41, we pull the auth_token middleware from keystoneclient. (added to keystoneclient in version 0.2.0) Change-Id: Ide0d562d96e5e426f9c7e532251efd57a0964f11 --- tools/pip-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/pip-requires b/tools/pip-requires index a214d7bc2..ed83f3e4b 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -22,3 +22,4 @@ setuptools_git>=0.4 python-cinderclient python-quantumclient>=2.1 python-glanceclient>=0.5.0,<2 +python-keystoneclient>=0.2.0 -- cgit