[openstack-dev] Kyestoneclient 0.2.0 release

heckj heckj at mac.com
Fri Nov 16 23:39:08 UTC 2012


Evening all - 

I'm pleased to announce that keystoneclient has just received a fairly large update, and we've released this update publicly at python-keystoneclient 0.2.0. The new version is now available on PyPi (http://pypi.python.org/pypi/python-keystoneclient/0.2.0).

Highlights for this release:

 * the auth_token middleware from keystone has been moved into keystoneclient
 * the internal API has been revamped, maintaining backwards compatibility, but adding new structures that allow:
  * capturing and caching of the authorization token (called AccessInfo)
  * cleaner shortcuts to getting data from an authorization token (service catalog, user name, user is, etc)
  * you can now initialize a client with a cached authorization token
 * you can now override --endpoint from the command line, regardless of authentication path

- joe



More information about the OpenStack-dev mailing list