[release-announce] networking-baremetal 2.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 22 13:36:01 UTC 2020


We are pleased to announce the release of:

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

This release is part of the ussuri 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 1.4.0..2.0.0
--------------------------------------------

b80ab33 Stop configuring install_command in tox.
63da30c Use mock from unittest
d6bc685 Cleanup py27 support
a503e2d Explicitly set ramdisk type
b06ee1c Enforce running tox with correct python version based on env
7ea0e6f Stop using six library
8a8034c Fix region option name in documentation
d6cb9c2 Drop python 2.7 support and testing
f1500ed Add genconfig env to tox
2295fed fixed review link.
385cbfb Drop py2 job
9385ef2 Switch jobs to python3
0443bc7 Switch to Ussuri jobs
4e85ebb Update neutron requirement
3d490f0 Add versions to release notes series
8762b4f Update the constraints url
66faa42 Fix unit tests with ironicclient >=3.0.0
e8eb242 Update master for stable/train


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

lower-constraints.txt                              | 13 +++----
networking_baremetal/agent/ironic_neutron_agent.py | 10 ++---
.../ironic_agent/test_hashring_member_manager.py   |  2 +-
.../notes/drop-py-2-7-2249129e616bb1e5.yaml        |  6 +++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/train.rst                      |  6 +++
requirements.txt                                   |  4 +-
setup.cfg                                          | 19 ++--------
setup.py                                           |  9 -----
test-requirements.txt                              |  4 +-
tox.ini                                            | 24 ++++++------
zuul.d/networking-baremetal-jobs.yaml              | 12 +-----
zuul.d/project.yaml                                |  5 +--
18 files changed, 82 insertions(+), 96 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index d564867..482f55e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-neutron-lib>=1.18.0 # Apache-2.0
+neutron-lib>=1.28.0 # Apache-2.0
@@ -14 +14 @@ tooz>=1.58.0 # Apache-2.0
-neutron>=13.0.0.0b1  # Apache-2.0
+neutron>=14.0.0.0b1  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 34f4803..f3489a7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,2 +15,2 @@ testscenarios>=0.4 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
-sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
+sphinxcontrib-apidoc>=0.2.0  # BSD






More information about the Release-announce mailing list