[release-announce] oslo.rootwrap 5.17.1 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Mon Dec 16 21:23:41 UTC 2019


We are chuffed to announce the release of:

oslo.rootwrap 5.17.1: Oslo Rootwrap

This release is part of the ussuri release series.

The source is available from:

    https://opendev.org/openstack/oslo.rootwrap

Download the package from:

    https://pypi.org/project/oslo.rootwrap

Please report issues through:

    https://bugs.launchpad.net/oslo.rootwrap/+bugs

For more details, please see below.

5.17.1
^^^^^^

Bug Fixes

* Reap the rootwrap daemon process after it is timeout and quit.
  When the daemon process is timeout, it will kill itself. But the
  parent doesn't reap it. Fixed this behaviour by adding a thread to
  wait the process to be done once the daemon is started.

  More info please refer the LP #1850241 [1].

  [1] https://bugs.launchpad.net/oslo.rootwrap/+bug/1850241

Changes in oslo.rootwrap 5.17.0..5.17.1
---------------------------------------

c9a57aa reap rootwrap daemon process when it is timeout
5a91d68 tox: Keeping going with docs
da3a3ef Switch to Ussuri jobs
6c5995a Bump the openstackdocstheme extension to 1.20
42b9d6a Sync Sphinx requirement
a27c2b7 Update the constraints url


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

.zuul.yaml                                               |  2 +-
lower-constraints.txt                                    |  4 ++--
oslo_rootwrap/client.py                                  |  9 +++++++++
.../reap-rootwrap-daemon-process-60aebb56d8015484.yaml   | 11 +++++++++++
releasenotes/source/conf.py                              | 16 ----------------
test-requirements.txt                                    |  2 --
tox.ini                                                  | 12 +++++++++---
9 files changed, 35 insertions(+), 28 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index b2c4e8f..02e4738 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,2 +11,0 @@ stestr>=2.0.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list