[release-announce] neutron 14.0.1 (stein)

no-reply at openstack.org no-reply at openstack.org
Tue Apr 16 18:18:02 UTC 2019


We are ecstatic to announce the release of:

neutron 14.0.1: OpenStack Networking

This release is part of the stein stable release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/neutron

Download the package from:

    https://tarballs.openstack.org/neutron/

Please report issues through:

    https://bugs.launchpad.net/neutron/+bugs

For more details, please see below.

Changes in neutron 14.0.0..14.0.1
---------------------------------

5697430842 Handle DBConnectionError in skip_if_timeout decorator
0ce7f6e1b6 Fix a KeyError
295f704b26 Revert "Disable fullstack job from gate and make it non-voting"
f2bfb65b2b Specify physical network in QoS fullstack tests
234fcd61aa Allow provider net attr in update if no change
6ef02c9591 Fix error 500 during segment range creation
a7df1c458c Don't pass None arg to neutron-keepalived-state-change
382431c944 OVS agent: always send start flag during initial sync
5a09980314 Format generated MAC addresses using eui48.mac_unix_expanded
ba64c6ab97 Ensure that bulk port dicts have unix-style MAC addresses
f77089aca8 Mock OVSBrdge.clear_minimum_bandwidth_qos in fullstack tests
433b726cff Try to enable dnsmasq process several times
d7d30ea950 Do not call update_device_list in large sets
8f006b4d14 Use neutron-tempest-plugin CI jobs for Stein release
9813955342 Divide-and-conquer security group beasts
ccac9d44d1 Remove conntrack rule when FIP is deleted
7865264aab Divide-and-conquer local bridge flows beasts
f6652f0ee6 Fix KeyError in OVS firewall
29a1abbb7c Check if process' cmdline is "space separarated"
4da4d5e0f0 Update UPPER_CONSTRAINTS_FILE for stable/stein
1f6ea8c86b Update .gitreview for stable/stein


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

.gitreview                                         |  1 +
.zuul.yaml                                         | 11 +---
neutron/agent/common/ovs_lib.py                    |  8 ++-
neutron/agent/l3/dvr_local_router.py               |  5 +-
neutron/agent/l3/ha_router.py                      |  4 +-
neutron/agent/linux/dhcp.py                        | 32 ++++++++----
neutron/agent/linux/ip_lib.py                      |  6 +++
neutron/agent/linux/openvswitch_firewall/rules.py  | 16 ++++--
neutron/agent/linux/utils.py                       | 15 +++++-
neutron/agent/rpc.py                               | 29 ++++++++--
neutron/agent/securitygroups_rpc.py                | 16 ++++--
neutron/common/constants.py                        | 15 ++++++
neutron/db/db_base_plugin_common.py                |  6 ++-
neutron/extensions/providernet.py                  | 16 ------
.../drivers/openvswitch/agent/common/constants.py  | 36 +++++++++++++
.../openvswitch/agent/openflow/native/br_int.py    |  2 +
.../openvswitch/agent/openflow/native/br_phys.py   |  1 +
.../openvswitch/agent/openflow/native/br_tun.py    |  1 +
.../openvswitch/agent/openflow/native/ofswitch.py  | 15 ++++--
.../drivers/openvswitch/agent/ovs_neutron_agent.py | 29 ++++++----
neutron/plugins/ml2/plugin.py                      | 26 +++++++--
neutron/services/network_segment_range/plugin.py   | 19 +++++--
.../agent/linux/openvswitch_firewall/test_rules.py | 13 ++++-
.../openvswitch/agent/test_ovs_neutron_agent.py    | 14 +++--
.../drivers/openvswitch/agent/test_ovs_tunnel.py   |  6 +--
.../services/network_segment_range/test_plugin.py  | 11 ++++
tox.ini                                            |  2 +-
35 files changed, 410 insertions(+), 102 deletions(-)







More information about the Release-announce mailing list