networking-baremetal 1.4.0 (train)
We are excited to announce the release of: networking-baremetal 1.4.0: Neutron plugin that provides deep Ironic/Neutron integration. This release is part of the train 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.3.0..1.4.0 -------------------------------------------- 75f09a9 Build pdf doc 0376c31 Blacklist sphinx 2.1.0 (autodoc bug) 98f07c1 Fix networking-baremetal CI a1cf173 Fix unit tests for networking-baremetal 70b9409 Bump the openstackdocstheme extension to 1.20 d899cb4 Update api-ref location a73a0a6 Update networking-baremetal installation 10e069a Update Python 3 test runtimes for Train d1483ea Update sphinx requirements 078d383 Use opendev repository b1deef6 OpenDev Migration Patch 012706b Replace openstack.org git:// URLs with https:// f2123c4 Update master for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- README.rst | 2 +- devstack/lib/networking-baremetal | 2 +- lower-constraints.txt | 2 +- networking_baremetal/plugins/ml2/baremetal_mech.py | 2 +- releasenotes/source/conf.py | 12 ------- releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++++ setup.cfg | 3 +- test-requirements.txt | 5 +-- tox.ini | 11 +++++- zuul.d/networking-baremetal-jobs.yaml | 25 +++++++++++--- zuul.d/project.yaml | 3 +- 19 files changed, 99 insertions(+), 45 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 3784f62..34f4803 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,2 +15,3 @@ testscenarios>=0.4 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 +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 +openstackdocstheme>=1.20.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org