networking-baremetal 7.0.0 (flamingo)
We are ecstatic to announce the release of: networking-baremetal 7.0.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/networking-baremetal Download the package from: https://pypi.org/project/networking-baremetal Please report issues through: https://bugs.launchpad.net/networking-baremetal/+bugs For more details, please see below. 7.0.0 ^^^^^ Upgrade Notes ************* * Support for Python 3.9 has been removed. Now Python 3.10 is the minimum version supported. Bug Fixes ********* * Clean up orphan baremetal agents which are left after Ironic's node was deleted. Removes all agents without related node at service start up and when node is not found in port list but was reported before. See bug: 2086640 (https://bugs.launchpad.net/networking- baremetal/+bug/2086640). Other Notes *********** * Explicit usage and monkey-patching with eventlet have been removed. Since this is a Neutron plugin, Neutron may still load eventlet modules, but networking-baremetal no longer explicitly uses it. Operators should be sensitive to potential performance changes, although none are expected. Changes in networking-baremetal 6.6.0..7.0.0 -------------------------------------------- b691bda Add releasenote about removed eventlet 81d40be tox: Remove ineffective ignore_basepython_conflict 49f3f6c Remove Python 3.9 support 909af1e Clean up baremetal agents on node delete bb5cd29 Drop explicit dependency on python-subunit Diffstat (except docs and test files) ------------------------------------- networking_baremetal/agent/ironic_neutron_agent.py | 96 ++++++++++++++++- .../cleanup-orphan-agents-236721a7sh844315.yaml | 8 ++ .../no-explicit-eventlet-use-19a2287e1f15ab71.yaml | 7 ++ .../notes/remove-py39-5749e4aa121787c3.yaml | 5 + setup.cfg | 3 +- test-requirements.txt | 1 - tox.ini | 1 - 8 files changed, 230 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 114c44b..df9a736 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +2,0 @@ oslotest>=3.2.0 # Apache-2.0 -python-subunit>=1.0.0 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org