We enthusiastically announce the release of: neutron 15.3.3: OpenStack Networking This release is part of the train stable release series. The source is available from: https://opendev.org/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 15.3.2..15.3.3 --------------------------------- 3a78a875a6 Revert "DVR: Remove control plane arp updates for DVR" faa7289027 Add some wait time between stopping and starting again ovsdb monitor a0165b1beb Ignore python warnings in the fullstack job 12c07ba3ea [L3][HA] Retry when setting HA router GW status. 346866777f Fix wrong packet_type set for IPv6 GRE tunnels in OVS cc9b849bf3 Improve "get_devices_with_ip" performance 274fcbfce2 [OVS FW] Allow egress ICMPv6 only for know addresses 3b2b7f4fe7 Remove update_initial_state() method from the HA router ac946d2141 Migrate "netstat" to oslo.privsep 4360603d8b Fix deletion of rfp interfaces when router is re-enabled 6da1543f49 [OVS FW] Clean conntrack entries with mark == CT_MARK_INVALID 366fae2d53 Fix update of trunk subports during live migration e753dad6bf Process DHCP events in order if related 1800d12243 Don't try to create default SG when security groups are disabled efca646ba3 Pass correct port data to extension manager 40feff0e46 Fix losses of ovs flows when ovs is restarted 5a60a3e414 Optimize get_ports with QoS extension 74c671ba87 Auto-remove floating agent gw ports on net/subnet delete cb9d2ba2e7 Optimize get_ports with trunk extension 6d1c96e36e Limit usage of resources in the fullstack tests job Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + .../contributor/internals/openvswitch_firewall.rst | 20 +- etc/neutron/rootwrap.d/netns-cleanup.filters | 12 - neutron/agent/common/ovs_lib.py | 2 +- neutron/agent/dhcp/agent.py | 102 +++++---- neutron/agent/l3/agent.py | 2 - neutron/agent/l3/dvr_edge_router.py | 10 +- neutron/agent/l3/ha_router.py | 20 +- neutron/agent/l3/keepalived_state_change.py | 4 +- neutron/agent/linux/interface.py | 12 +- neutron/agent/linux/ip_conntrack.py | 25 ++- neutron/agent/linux/ip_lib.py | 46 ++-- .../agent/linux/openvswitch_firewall/firewall.py | 54 +++-- .../api/rpc/agentnotifiers/dhcp_rpc_agent_api.py | 5 +- neutron/cmd/netns_cleanup.py | 22 +- neutron/common/_constants.py | 3 +- neutron/db/db_base_plugin_common.py | 5 +- neutron/db/db_base_plugin_v2.py | 4 +- neutron/db/l3_dvr_db.py | 110 ++++++++++ neutron/db/l3_dvrscheduler_db.py | 47 ++++ neutron/db/securitygroups_db.py | 6 +- neutron/plugins/ml2/plugin.py | 2 +- neutron/privileged/agent/linux/utils.py | 42 ++++ neutron/services/qos/qos_plugin.py | 101 +++++++-- neutron/services/trunk/plugin.py | 37 +++- neutron/services/trunk/rpc/server.py | 6 + .../functional/agent/linux/test_ovsdb_monitor.py | 4 + .../privileged/agent/linux/test_utils.py | 39 ++++ .../l3_router/test_l3_dvr_router_plugin.py | 243 +++++++++++++++++++++ .../linux/openvswitch_firewall/test_firewall.py | 62 +++++- .../rpc/agentnotifiers/test_dhcp_rpc_agent_api.py | 4 +- .../unit/privileged/agent/linux/test_utils.py | 75 +++++++ .../unit/scheduler/test_l3_agent_scheduler.py | 44 ++++ tox.ini | 5 +- 51 files changed, 1354 insertions(+), 287 deletions(-)
participants (1)
-
no-reply@openstack.org