[release-announce] keystonemiddleware 5.2.1 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Aug 12 21:27:36 UTC 2019


We are pleased to announce the release of:

keystonemiddleware 5.2.1: Middleware for OpenStack Identity

This release is part of the rocky 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.

5.2.1
^^^^^

Bug Fixes

* [bug 1800017
  (https://bugs.launchpad.net/keystonemiddleware/+bug/1800017)] Fix
  audit middleware service catalog parsing for the scenario where a
  service does not contain any endpoints. In that case, we should just
  skip over that service.

Changes in keystonemiddleware 5.2.0..5.2.1
------------------------------------------

fcc3bc0 OpenDev Migration Patch
e37bbe0 Skip the services with no endpoints when parsing service catalog
7b2d25f Remove tox_install.sh
bcbeebc import zuul job settings from project-config
a199864 Update UPPER_CONSTRAINTS_FILE for stable/rocky
8542e27 Update .gitreview for stable/rocky


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

.gitreview                                         |  3 +-
.zuul.yaml                                         | 10 +++++++
keystonemiddleware/audit/_api.py                   |  5 ++++
.../notes/bug-1800017-0e5a9b8f62b5ca60.yaml        |  7 +++++
test-requirements.txt                              |  3 +-
tools/tox_install.sh                               | 32 ----------------------
tox.ini                                            | 11 +++-----
8 files changed, 47 insertions(+), 41 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index ef2890e..3153d81 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15 +15 @@ stevedore>=1.20.0 # Apache-2.0
-stestr  # Apache-2.0
+stestr>=2.0.0  # Apache-2.0
@@ -19,0 +20 @@ WebTest>=2.0.27 # MIT
+oslo.messaging>=5.29.0 # Apache-2.0






More information about the Release-announce mailing list