Skip to content

Tags: kalrey/python-keystoneclient

Tags

0.4.0

Toggle 0.4.0's commit message
v0.4.0 release

0.3.2

Toggle 0.3.2's commit message
O.3.2 release

0.3.1

Toggle 0.3.1's commit message
v0.3.1 release

0.3.0

Toggle 0.3.0's commit message
0.3.0 release

0.2.5

Toggle 0.2.5's commit message
0.2.5 release

0.2.4

Toggle 0.2.4's commit message
0.2.4 release

0.2.3

Toggle 0.2.3's commit message

Verified

This tag was signed with the committer’s verified signature.
heckj Joseph Heck
0.2.3

 * auth_token middleware now uses default in-memory caching
 * initial V3 token support
 * auth_token middleware does retry on connection refused
 * updates to use oslo config and common libraries for Grizzly RC1
 * updated help documentation and output
 * a small number of other bug fixes

0.2.2

Toggle 0.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
heckj Joseph Heck
* adds support for keystone V3 API groups

* fixes dependencies

0.2.1

Toggle 0.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
heckj Joseph Heck
0.2.1

 * HTTPS support
 * underlying system now using requests instead of httplib2

0.2.0

Toggle 0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
heckj Joseph Heck
0.2.0

* auth_token moved into keystoneclient
* tech preview of V3 API enabled in keystoneclient.v3
* client now supports command line override of endpoint
* solidification of internal API for other clients to use
  * can cache token and reinitialize with cached token
  * AccessInfo to provide consistent API to get token information