[release-announce] sushy-tools 0.14.0

no-reply at openstack.org no-reply at openstack.org
Mon Jan 11 12:21:42 UTC 2021


We jubilantly announce the release of:

sushy-tools 0.14.0: 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.14.0
^^^^^^


New Features
************

* Adds basic support for Redfish Processor schema.


Bug Fixes
*********

* Fixes incorrect device name and bus when attaching a virtual
  floppy.

Changes in sushy-tools 0.13.0..0.14.0
-------------------------------------

2cb8ca7 Add doc/requirements
80b40b5 Provide correct libvirt name/bus for virtual floppy
ef0baa7 Adding basic support for processors schema
5d8bec1 Remove lower-constraints job
e0d5106 Adding status to ethernet interface template


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

lower-constraints.txt                              | 64 ----------------------
.../add-processor-schema-f23195a923f5830f.yaml     |  4 ++
releasenotes/notes/floppy-1be04ed78708caf1.yaml    |  4 ++
sushy_tools/emulator/main.py                       | 27 +++++++++
.../emulator/resources/systems/libvirtdriver.py    | 53 ++++++++++++++++--
.../emulator/templates/ethernet_interface.json     |  4 ++
sushy_tools/emulator/templates/processor.json      | 21 +++++++
.../emulator/templates/processors_collection.json  | 15 +++++
.../emulator/resources/systems/test_libvirt.py     | 26 +++++++++
test-requirements.txt                              |  3 -
tox.ini                                            |  4 ++
zuul.d/project.yaml                                |  1 -
15 files changed, 188 insertions(+), 74 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index ca147b8..7f55f67 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,2 +10,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx>=2.0.0,!=2.1.0 # BSD
-openstackdocstheme>=2.2.1 # Apache-2.0
@@ -20 +17,0 @@ munch>=2.1.0 # MIT
-reno>=3.1.0 # Apache-2.0






More information about the Release-announce mailing list