networking-baremetal 6.3.0 (caracal)
We are satisfied to announce the release of: networking-baremetal 6.3.0: Neutron plugin that provides deep Ironic/Neutron integration. This release is part of the caracal 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. 6.3.0 ^^^^^ Bug Fixes * Fixes an issue when networking-baremetal try to bind port that should be handled by other ml2 driver like networking-generic- switch. * Fixes a bug which tried to force delete queues when quorum queues are enabled. Quorum queues do not support the auto-delete feature. See the bugreport 2046962 (https://bugs.launchpad.net/networking- baremetal/+bug/2046962) for details. Changes in networking-baremetal 6.2.0..6.3.0 -------------------------------------------- b790573 don't force amqp_auto_delete for quorum queues 57ba084 [codespell] Adding CI target for Tox Codespell 7d35a1c [codespell] Adding Tox Target for Codespell b0f49cc [codespell] Fixing Spelling Mistakes ae3c428 Bump hacking to 6.1.0 01aa4f1 reno: Update master for unmaintained/yoga 71dc057 Remove deprecated pbr options dce56bd Do not try to bind port when we can't 8f3fcc0 Update master for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- networking_baremetal/agent/ironic_neutron_agent.py | 6 ++++-- networking_baremetal/drivers/netconf/openconfig.py | 2 +- networking_baremetal/plugins/ml2/baremetal_mech.py | 6 ++++++ .../notes/fix-conflict-with-ngs-41a862c292718c3b.yaml | 6 ++++++ ...r-notification-queue-not-consumed-449738d4fd799634.yaml | 4 ++-- .../fix_autodelete_for_quorum_queues-e001f2d8d8ae780b.yaml | 6 ++++++ releasenotes/source/2023.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 2 +- requirements.txt | 5 ----- setup.cfg | 7 ++++--- test-requirements.txt | 4 ---- tox.ini | 11 ++++++++++- zuul.d/networking-baremetal-jobs.yaml | 6 ++++++ zuul.d/project.yaml | 2 ++ 16 files changed, 58 insertions(+), 30 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6c11360..c0f6143 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +3,0 @@ - -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - diff --git a/test-requirements.txt b/test-requirements.txt index 5092b94..9db8c5b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -
participants (1)
-
no-reply@openstack.org