[release][keystone] keystonemiddleware release 2.3.0 (liberty)
We are jazzed to announce the release of:
keystonemiddleware 2.3.0: Middleware for OpenStack Identity
This release is part of the liberty release series.
With source available at:
http://git.openstack.org/cgit/openstack/keystonemiddleware
With package available at:
https://pypi.python.org/pypi/keystonemiddleware
For more details, please see the git log history below and:
http://launchpad.net/keystonemiddleware/+milestone/2.3.0
Please report issues through launchpad:
http://bugs.launchpad.net/keystonemiddleware
Changes in keystonemiddleware 2.2.0..2.3.0 ------------------------------------------
6280585 Updated from global requirements 5352ff0 auth_token tests use clean config dca3965 Docstring updates 9b63a6a Use ConnectionRefused for auth_token tests
Diffstat (except docs and test files) -------------------------------------
keystonemiddleware/audit.py | 25 +++-- keystonemiddleware/auth_token/__init__.py | 113 ++++++++++++--------- .../unit/auth_token/test_auth_token_middleware.py | 22 +++- requirements.txt | 2 +- 6 files changed, 122 insertions(+), 70 deletions(-)
Requirements updates --------------------
diff --git a/requirements.txt b/requirements.txt index e0b3b03..5298cd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ pbr<2.0,>=1.6 -pycadf>=0.8.0 +pycadf>=1.1.0
participants (1)
-
davanum@gmail.com