[release-announce] networking-baremetal 3.0.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 14 10:25:40 UTC 2020


We are overjoyed to announce the release of:

networking-baremetal 3.0.0: Neutron plugin that provides deep
Ironic/Neutron integration.

This release is part of the victoria 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://storyboard.openstack.org/#!/project/openstack/networking-
baremetal

For more details, please see below.

Changes in networking-baremetal 2.0.0..3.0.0
--------------------------------------------

4f14868 Fix lower-constraints for networking-baremetal
c9524c7 Add missing keystoneauth1 and oslo.service to requirements
1b922ca Set min version of tox to 3.2.1
ef0e11c drop mock from lower-constraints
a4e75f8 Use openstacksdk for ironic connection
e7ca0d5 Remove the unused coding style modules
cee2958 Switch to newer openstackdocstheme and reno versions
873511f Convert networking-baremetal job to dib
c2be59b Bump hacking version to 3.0.0 and fix pep8 test
2c6dcc2 Update lower-constraints.txt
7a473a6 Add unit tests for _get_notification_transport_url()
2c63eaa Add py38 package metadata
1927e44 Add Python3 victoria unit tests
ccd35fc Update master for stable/ussuri
ac58f77 Upgrade flake8-import-order version to 0.17.1
04bc2a6 Remove the unused oslo.i18n bits
6aa850f BUILD_TIMEOUT is not needed


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

lower-constraints.txt                              |  51 ++++---
networking_baremetal/_i18n.py                      |  12 --
networking_baremetal/agent/ironic_neutron_agent.py |  52 ++++---
networking_baremetal/ironic_client.py              | 102 ++++++++------
networking_baremetal/plugins/ml2/baremetal_mech.py |   4 +-
...cclient-with-openstacksdk-75d1edd705571f94.yaml |  23 ++++
releasenotes/source/conf.py                        |   7 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/ussuri.rst                     |   6 +
requirements.txt                                   |  10 +-
setup.cfg                                          |   1 +
test-requirements.txt                              |  10 +-
tox.ini                                            |  20 ++-
zuul.d/networking-baremetal-jobs.yaml              |   6 +-
zuul.d/project.yaml                                |   2 +-
18 files changed, 279 insertions(+), 207 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 482f55e..e242377 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,0 +11 @@ oslo.messaging>=5.29.0 # Apache-2.0
+oslo.service>=1.30.0 # Apache-2.0
@@ -12,3 +13,6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-python-ironicclient>=2.3.0 # Apache-2.0
-tooz>=1.58.0 # Apache-2.0
-neutron>=14.0.0.0b1  # Apache-2.0
+openstacksdk>=0.31.2 # Apache-2.0
+tooz>=2.5.1 # Apache-2.0
+neutron>=14.0.0.0b1 # Apache-2.0
+tenacity>=6.0.0 # Apache-2.0
+keystoneauth1>=3.14.0 # Apache-2.0
+
diff --git a/test-requirements.txt b/test-requirements.txt
index f3489a7..aa6fd66 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,0 +5,2 @@
+hacking>=3.0.0,<3.1.0 # Apache-2.0
+
@@ -6 +7,0 @@ bashate>=0.5.1 # Apache-2.0
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -12,0 +14 @@ testscenarios>=0.4 # Apache-2.0/BSD
+flake8-import-order>=0.17.1 # LGPLv3
@@ -15 +17 @@ testscenarios>=0.4 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
+sphinx>=2.0.0,!=2.1.0 # BSD
@@ -17 +19 @@ sphinxcontrib-apidoc>=0.2.0  # BSD
-openstackdocstheme>=1.20.0 # Apache-2.0
+openstackdocstheme>=2.2.1 # Apache-2.0
@@ -20 +22 @@ openstackdocstheme>=1.20.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
+reno>=3.1.0 # Apache-2.0






More information about the Release-announce mailing list