[openstack-dev] [new][keystone] keystonemiddleware 4.9.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Tue Aug 23 15:06:42 UTC 2016


We are psyched to announce the release of:

keystonemiddleware 4.9.0: Middleware for OpenStack Identity

This release is part of the newton release series.

With source available at:

    http://git.openstack.org/cgit/openstack/keystonemiddleware

With package available at:

    https://pypi.python.org/pypi/keystonemiddleware

Please report issues through launchpad:

    http://bugs.launchpad.net/keystonemiddleware

For more details, please see below.

Changes in keystonemiddleware 4.8.0..4.9.0
------------------------------------------

d4b0be8 Updated from global requirements
1686c4f Updated from global requirements
7ba3677 Updated from global requirements
7dd636e Updated from global requirements
d0716d2 Use AccessInfo in UserAuthPlugin instead of custom


Diffstat (except docs and test files)
-------------------------------------

keystonemiddleware/auth_token/__init__.py          |   7 +-
keystonemiddleware/auth_token/_user_plugin.py      | 187 ++-------------------
requirements.txt                                   |   6 +-
test-requirements.txt                              |   2 +-
5 files changed, 21 insertions(+), 185 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 73679d9..2bf8572 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,2 +6,2 @@ keystoneauth1>=2.10.0 # Apache-2.0
-oslo.config>=3.12.0 # Apache-2.0
-oslo.context!=2.6.0,>=2.4.0 # Apache-2.0
+oslo.config>=3.14.0 # Apache-2.0
+oslo.context>=2.6.0 # Apache-2.0
@@ -14 +14 @@ pycadf!=2.0.0,>=1.1.0 # Apache-2.0
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
+python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 526cea2..97b9086 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -24 +24 @@ python-memcached>=1.56 # PSF
-bandit>=1.0.1 # Apache-2.0
+bandit>=1.1.0 # Apache-2.0





More information about the OpenStack-dev mailing list