We are excited to announce the release of: keystonemiddleware 2.3.1: Middleware for OpenStack Identity This release is part of the liberty stable 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.1 Please report issues through launchpad: http://bugs.launchpad.net/keystonemiddleware Changes in keystonemiddleware 2.3.0..2.3.1 ------------------------------------------ 75fbc59 only make token invalid when it really is 75a2e25 Updated from global requirements 8405446 Update .gitreview for stable/liberty Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + keystonemiddleware/auth_token/__init__.py | 25 +++++++++++-------- keystonemiddleware/auth_token/_identity.py | 17 +++++++------ .../unit/auth_token/test_auth_token_middleware.py | 29 +++++++++++++++++++++- requirements.txt | 2 +- setup.py | 2 +- 6 files changed, 55 insertions(+), 21 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5298cd5..6bcb16a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ oslo.utils>=2.0.0 # Apache-2.0 -pbr<2.0,>=1.6 +pbr>=1.6