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
This commit is contained in:
Henry Nash 2012-11-17 23:51:39 +00:00 committed by Dean Troyer
parent 541895994f
commit e7585624ac
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ keyring
prettytable
pyparsing
pycrypto
python-keystoneclient>=0.1
python-keystoneclient>=0.2,<1.0
python-novaclient>=2
simplejson