[openstack-announce] [release][keystone] keystonemiddleware release 3.0.0 (mitaka)

doug at doughellmann.com doug at doughellmann.com
Wed Nov 4 22:21:08 UTC 2015


We are chuffed to announce the release of:

keystonemiddleware 3.0.0: Middleware for OpenStack Identity

This release is part of the mitaka 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/3.0.0

Please report issues through launchpad:

    http://bugs.launchpad.net/keystonemiddleware

Notable changes
----------------

Requirements change to block keystoneclient 1.8.0; Backwards-incompatible change to audit middleware.

Changes in keystonemiddleware 2.4.1..3.0.0
------------------------------------------

bd73df7 Updated from global requirements
dcd0981 drop use of norm_ns

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

keystonemiddleware/audit.py                            |  7 +++----
requirements.txt                                       |  4 ++--
test-requirements.txt                                  |  2 +-
4 files changed, 11 insertions(+), 13 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index cb321ab..c0b1f7a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ oslo.serialization>=1.4.0 # Apache-2.0
-oslo.utils>=2.0.0 # Apache-2.0
+oslo.utils>=2.4.0 # Apache-2.0
@@ -13 +13 @@ pycadf>=1.1.0
-python-keystoneclient>=1.6.0
+python-keystoneclient!=1.8.0,>=1.6.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f42f04d..733bfe5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ oslotest>=1.10.0 # Apache-2.0
-oslo.messaging!=1.17.0,!=1.17.1,!=2.6.0,>=1.16.0 # Apache-2.0
+oslo.messaging!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1,>=1.16.0 # Apache-2.0





More information about the OpenStack-announce mailing list