diff options
| author | Henry Nash <henryn@linux.vnet.ibm.com> | 2012-11-17 23:51:39 +0000 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2012-12-27 11:33:27 -0600 |
| commit | e7585624ac2a23dd0c937b16cf2e6b12b9e0125e (patch) | |
| tree | 194da33747ce1c318e731f7aa68d4d7cedbe753b | |
| parent | 541895994fe3cd51aa29e87030e537e0438fdf54 (diff) | |
| download | python-openstackclient-e7585624ac2a23dd0c937b16cf2e6b12b9e0125e.tar.gz | |
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
| -rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 0c91def3..e012257c 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 |
