[release-announce] networking-ovn 4.0.2 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Jul 9 01:52:54 UTC 2018


We are overjoyed to announce the release of:

networking-ovn 4.0.2: OpenStack Neutron integration with OVN

This release is part of the queens stable release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/networking-ovn

Download the package from:

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

Please report issues through launchpad:

    https://bugs.launchpad.net/networking-ovn

For more details, please see below.

Changes in networking-ovn 4.0.1..4.0.2
--------------------------------------

3b0a4cd Update local.conf.sample to match stable/queens
c4735b9 Handle port's 'port_security_enabled' flag when adding ACLs
f23be17 Break schedule_unhosted_gateways() into multiple DB transactions
6c939e6 Do not use a transaction for get_logical_port_chassis_and_datapath()
a5d6044 L3HA: Take priorities into account in least loaded scheduling
c7c16d4 Fix gate: PEP8 and ovs-master jobs
136d1e2 Fix UpdateLRouterPortCommand to work with OVS 2.8
49b2ddd Strip the trailing '.' from the fqdn dns record stored in OVN NB DB
b57c59e Run tempest release job and functional tests against OVS 2.9


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

devstack/devstackgaterc                            |   2 +-
devstack/lib/networking-ovn                        |   5 +-
devstack/local.conf.sample                         |   6 +-
networking_ovn/agent/metadata/server.py            |   4 +-
networking_ovn/common/acl.py                       |   9 +-
networking_ovn/common/ovn_client.py                |  13 ++-
networking_ovn/common/utils.py                     |   5 +
.../db/migration/alembic_migrations/script.py.mako |   8 +-
...9b8aad9f2_add_journal_and_maintenance_tables.py |   9 +-
...d2723b6_add_ovn_revision_resource_type_as_pk.py |   7 +-
.../bc9e24bb9da2_drop_journaling_related_tables.py |   5 +-
.../f48286668608_add_ovn_revision_numbers_table.py |   7 +-
networking_ovn/l3/l3_ovn.py                        |  16 ++--
networking_ovn/l3/l3_ovn_scheduler.py              |  25 ++++-
networking_ovn/ovsdb/commands.py                   |  19 ++--
networking_ovn/ovsdb/impl_idl_ovn.py               |  37 ++++----
networking_ovn/ovsdb/ovn_api.py                    |  10 +-
tools/tox_install.sh                               |   6 +-
25 files changed, 323 insertions(+), 86 deletions(-)







More information about the Release-announce mailing list