[release-announce] [oslo] oslo.messaging 5.33.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 4 14:10:39 UTC 2017


We are thrilled to announce the release of:

oslo.messaging 5.33.0: Oslo Messaging API

This release is part of the queens release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/oslo.messaging

Download the package from:

    https://pypi.python.org/pypi/oslo.messaging

Please report issues through launchpad:

    https://bugs.launchpad.net/oslo.messaging

For more details, please see below.

5.33.0
^^^^^^

Upgrade Notes

* Change the default value of RPC dispatcher access_policy to
  DefaultRPCAccessPolicy.

Changes in oslo.messaging 5.32.0..5.33.0
----------------------------------------

3a9c01f Fix default value of RPC dispatcher access_policy
6efa86a Fix wrong transport warnings in functional tests
c2338ee Updated from global requirements


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

oslo_messaging/rpc/dispatcher.py                   |  4 +---
oslo_messaging/rpc/server.py                       | 13 +---------
...fix-access_policy-deafult-a6954a147cb002b0.yaml |  5 ++++
requirements.txt                                   |  2 +-
test-requirements.txt                              |  2 +-
8 files changed, 37 insertions(+), 26 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 6f55190..44630ab 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -39 +39 @@ tenacity>=3.2.1 # Apache-2.0
-oslo.middleware>=3.30.0 # Apache-2.0
+oslo.middleware>=3.31.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f135481..8d1dba0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -32 +32 @@ sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.16.0 # Apache-2.0
+openstackdocstheme>=1.17.0 # Apache-2.0






More information about the Release-announce mailing list