[release-announce] keystonemiddleware 4.17.1 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 17 23:57:32 UTC 2019


We are ecstatic to announce the release of:

keystonemiddleware 4.17.1: Middleware for OpenStack Identity

This release is part of the pike stable release series.

The source is available from:

    https://opendev.org/openstack/keystonemiddleware

Download the package from:

    https://pypi.org/project/keystonemiddleware

Please report issues through:

    https://bugs.launchpad.net/keystonemiddleware/+bugs

For more details, please see below.

4.17.1
^^^^^^

New Features

* [bug 1695038
  (https://bugs.launchpad.net/keystonemiddleware/+bug/1695038)] The
  use_oslo_messaging configuration option is added for services such
  as Swift, which need the audit middleware to use the local logger
  instead of the oslo.messaging notifier regardless of whether the
  oslo.messaging package is present or not. Leave this option set to
  its default True value to keep the previous behavior unchanged - the
  audit middleware will use the oslo.messaging notifier if the
  oslo.messaging package is present, and the local logger otherwise.
  Services that rely on the local logger for audit notifications must
  set this option to False.

Changes in keystonemiddleware 4.17.0..4.17.1
--------------------------------------------

7ef56ff Add option to disable using oslo_message notifier
60f6ada import zuul job settings from project-config
2ea3632 Fix docs builds
29d339e Updated from global requirements
3ba2cee Update UPPER_CONSTRAINTS_FILE for stable/pike
b035fe7 Update .gitreview for stable/pike


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

.gitreview                                             |  1 +
.zuul.yaml                                             | 11 +++++++++++
keystonemiddleware/audit/__init__.py                   |  7 +++++++
keystonemiddleware/audit/_notifier.py                  |  2 +-
releasenotes/notes/bug-1695038-2cbedcabf8ecc057.yaml   | 13 +++++++++++++
requirements.txt                                       |  2 +-
test-requirements.txt                                  |  5 +----
tools/tox_install.sh                                   |  4 +++-
tox.ini                                                |  4 +++-
11 files changed, 70 insertions(+), 8 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9d95b1c..4bf2ee9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-keystoneauth1>=2.21.0 # Apache-2.0
+keystoneauth1>=3.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f0a7384..e35cb13 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,2 +9 @@ coverage!=4.4,>=4.0 # Apache-2.0
-cryptography>=1.6 # BSD/Apache-2.0
-docutils>=0.11 # OSI-Approved Open Source, Public Domain
+cryptography!=2.0,>=1.6 # BSD/Apache-2.0
@@ -13 +11,0 @@ mock>=2.0 # BSD
-openstackdocstheme>=1.11.0 # Apache-2.0
@@ -17 +14,0 @@ requests-mock>=1.1 # Apache-2.0
-sphinx>=1.6.2 # BSD






More information about the Release-announce mailing list