[release-announce] sushy-tools 0.12.1

no-reply at openstack.org no-reply at openstack.org
Mon Nov 2 15:32:19 UTC 2020


We are ecstatic to announce the release of:

sushy-tools 0.12.1: A set of tools to support the development and test
of the Sushy library (https://docs.openstack.org/sushy/)

The source is available from:

    https://opendev.org/openstack/sushy-tools

Download the package from:

    https://tarballs.openstack.org/sushy-tools/

For more details, please see below.

0.12.1
^^^^^^

Bug Fixes

* Adds the "Volumes" navigation property to the "Storage" emulator
  template.

* No longer tries to use IDE controllers on q35 machines.

Changes in sushy-tools 0.12.0..0.12.1
-------------------------------------

1f61fc1 Fix virtual media with q35 machines
d218c5a Set safe version of hacking
d16349b Use wallaby jobs
5d1a146 Handle race conditions when creating a directory for PersistentDict
db78332 Fix race condition initialising persistent dict
18c5701 Add Volumes nav property to Storage template
2c99cb4 Fix l-c job


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

lower-constraints.txt                              |  6 +--
...ction-to-storage-template-b673a7acfbb1a03e.yaml |  5 ++
releasenotes/notes/q35-aea1a63ff2c7c72b.yaml       |  4 ++
sushy_tools/emulator/memoize.py                    |  3 +-
.../emulator/resources/systems/libvirtdriver.py    | 15 +++++-
sushy_tools/emulator/templates/storage.json        |  3 ++
.../emulator/resources/systems/test_libvirt.py     | 53 ++++++++++++++++++++++
test-requirements.txt                              |  6 +--
zuul.d/project.yaml                                |  2 +-
10 files changed, 115 insertions(+), 10 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 148bd19..ca147b8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=3.1.0,<3.2.0 # Apache-2.0
+hacking>=3.1.0,<4.0.0 # Apache-2.0
@@ -9 +9 @@ coverage!=4.4,>=4.0 # Apache-2.0
-libvirt-python!=4.1.0,>=3.7.0 # LGPLv2+
+libvirt-python>=6.0.0 # LGPLv2+
@@ -22 +22 @@ flake8-import-order>=0.17.1 # LGPLv3
-
+pycodestyle>=2.0.0,<2.7.0 # MIT






More information about the Release-announce mailing list