release 2.9.0 of keystoneauth

includes support for new auth plugins, minor bug fixes, and
requirements updates.

Change-Id: I2517b935583c9f98b9eade3b66e42b1cf9d40ac1
This commit is contained in:
Steve Martinelli 2016-07-02 09:39:11 -04:00
parent 0c23d8eb88
commit 602735c5e6

View File

@ -26,3 +26,12 @@ releases:
highlights: |
- Added `is_domain` support to token model
- Added OidcAccessToken auth plugin
- version: 2.9.0
projects:
- repo: openstack/keystoneauth
hash: 464aaac5a2ed6da94144395f4ed848dc1ee61c45
highlights: |
- Support TOTP authentication.
- Kerberos and FederatedKerberos authentication is now supported,
the kerberos optional dependency must be installed, use
`pip install keystoneauth[kerberos].