From e7585624ac2a23dd0c937b16cf2e6b12b9e0125e Mon Sep 17 00:00:00 2001 From: Henry Nash Date: Sat, 17 Nov 2012 23:51:39 +0000 Subject: [PATCH] Increment minimum required keystoneclient version number The movement of auth_token from keystone to keystoneclient is part of the updated 0.2 version of keystoneclient. The server still maintains an import back from the client for backward compatibility. However, in order to support this, installations must upgrade to the latest 0.2 version of the client. Change-Id: I1ed1ebebbd56b2ed9c035c9e7d83783c8b2ae5fc --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 0c91def35..e012257cd 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -6,6 +6,6 @@ keyring prettytable pyparsing pycrypto -python-keystoneclient>=0.1 +python-keystoneclient>=0.2,<1.0 python-novaclient>=2 simplejson