[release-announce] [neutron] networking-odl 3.1.0

no-reply at openstack.org no-reply at openstack.org
Mon Nov 21 21:06:00 UTC 2016


We are tickled pink to announce the release of:

networking-odl 3.1.0: OpenStack Networking

Download the package from:

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

For more details, please see below.

3.1.0
^^^^^

Add ODL Beryllium SR4 release definition.

Added FLAT type networks support.

Complement the implementation of odl lbaas driver_v2.


New Features
************

* Add OpenDaylight Beryllium SR4 release and Beryllium 0.4.5
  snapshot definition and remove Beryllium 0.4.4 snapshot as
  OpenDaylight Beryllium 0.4.4 SR4 has been released.

* In addition to existing supported types, networks of type FLAT can
  be also used with ODL.

* Complement the implementation of odl lbaas driver_v2. It supports
  CRUD operations for loadbalancer, listener, pool, member and
  healthmonitor.


Bug Fixes
*********

* Includes the following bug fixes Bug 1640076 - Using odl lbaas
  driver_v2 to create listener failed.

Changes in networking-odl 3.0.0..3.1.0
--------------------------------------

1c98041 Fixed None reference in SG code in V2
fe6594c Add security groups basic functional tests
f11ee11 Add utils.neutronify
608110a devstack: enable scenario test_network_basic
d17ff62 devstack: enable scenario test_minium_basic
17bc310 devstack: exclude scenario tests known to fail
507d93c prevent initial networks create on subnode
10e4cf3 devstack: Stop setting route pointing back to tenant router
e0bd652 devstack: enable odl-neutron-logger by default
71ce19e devstack: disable configuring neutron on compute nodes
427442f Added ML2 basic functional tests
63113ef Added FLAT type network
4a1c789 Complement the implementation of odl lbaas driver_v2
89a8b6e devstack: add odl-neutron-logger to ODL karaf feature
35524c1 devstack: update beryllium release definition
25e36da Scripts to enable fullstack testing in gate
65f44c4 devstack: enable stably passing scenario tests
ac2bd31 devstack: remove source devstackgaterc
bd4ed4f fullstack test for networking-odl
a6dcb2d devstack: enable c-api,c-bak,c-sch,c-vol,cinder
208176b Fixed link to drivers architecture
16fc0b5 Add installation guide for networking-odl
c0f6114 devstack: run tests with tempest run command
eb8877d add dsvm-functional tests tox and gate_hook
2238c66 Allow forwarding of OS_FAIL_ON_MISSING_DEPS to test envs.
a2b1213 Added initial reference architecture
f09c0f3 Updated from global requirements


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

devstack/devstackgaterc                            |  47 +++--
devstack/entry_points                              |   2 -
devstack/odl-releases/beryllium-0.4.4-SR4          |   1 +
devstack/odl-releases/beryllium-snapshot-0.4.4     |   2 -
devstack/odl-releases/beryllium-snapshot-0.4.5     |   2 +
devstack/odl-releases/common                       |  15 +-
devstack/plugin.sh                                 |   7 +-
devstack/post_test_hook.sh                         |   8 +-
devstack/pre_test_hook.sh                          |  11 +-
devstack/settings                                  |   1 -
devstack/settings.odl                              |   6 +-
networking_odl/common/client.py                    |   3 +-
networking_odl/common/utils.py                     |   5 +
networking_odl/journal/journal.py                  |   3 +-
networking_odl/lbaas/driver_v2.py                  |  60 ++++--
networking_odl/ml2/legacy_port_binding.py          |   5 +-
networking_odl/ml2/mech_driver.py                  |   8 +-
networking_odl/ml2/mech_driver_v2.py               |   2 +-
networking_odl/ml2/ovsdb_topology.py               |   5 +-
networking_odl/qos/qos_driver.py                   |   3 +-
.../notes/add-beryllium-sr4-7eced33ec292bcc8.yaml  |   7 +
.../flat-network-support-7c032aabc21902b1.yaml     |   6 +
.../notes/lbaas-driver-v2-46bf34992f4785d1.yaml    |  10 +
requirements.txt                                   |   2 +-
tools/configure_for_func_testing.sh                | 224 ++++++++++++++++++++
tox.ini                                            |  29 +++
40 files changed, 1188 insertions(+), 79 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ff54ed4..e7c053c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0





More information about the Release-announce mailing list