[release-announce] networking-odl 14.0.1 (stein)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 18 14:27:14 UTC 2020


We are delighted to announce the release of:

networking-odl 14.0.1: OpenStack Networking

This release is part of the stein stable release series.

The source is available from:

    https://opendev.org/openstack/networking-odl

Download the package from:

    https://pypi.org/project/networking-odl

Please report issues through:

    https://bugs.launchpad.net/networking-odl/+bugs

For more details, please see below.

Changes in networking-odl 14.0.0..14.0.1
----------------------------------------

5b062f03e [stein-only] Constrain l2gw to Stein version
b58962471 [stein-only] Upper-constrain neutron to stable/stein
cae2107fc Fix double-digit ODL version number handling for devstack
d9e171187 OpenDev Migration Patch
2f111b9b3 Replace openstack.org git:// URLs with https://
e784431e5 Update UPPER_CONSTRAINTS_FILE for stable/stein
27c5e6bff Update .gitreview for stable/stein


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

.gitreview                                         |  3 ++-
.zuul.d/jobs.yaml                                  | 24 +++++++++++-----------
devstack/local.conf.example                        |  2 +-
devstack/odl-releases/common                       |  2 +-
.../legacy/grenade-dsvm-networking-odl/run.yaml    | 10 ++++-----
.../run.yaml                                       | 10 ++++-----
.../run.yaml                                       | 10 ++++-----
.../run.yaml                                       |  8 ++++----
.../run.yaml                                       |  8 ++++----
playbooks/tempest/run.yaml                         |  2 +-
requirements.txt                                   |  4 ++--
tox.ini                                            |  8 ++++----
13 files changed, 48 insertions(+), 46 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 06dcd8fec..cbff60ed0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14 +14 @@ websocket-client>=0.47.0 # LGPLv2+
-neutron>=13.0.0.0b2 # Apache-2.0
+neutron>=13.0.0.0b2,<15.0.0.0b1 # Apache-2.0
@@ -16 +16 @@ neutron-lbaas>=13.0.0.0b1 # Apache-2.0
-networking-l2gw>=12.0.0  # Apache-2.0
+networking-l2gw>=12.0.0,<15.0.0  # Apache-2.0






More information about the Release-announce mailing list