We are overjoyed to announce the release of: neutron 14.3.1: OpenStack Networking This release is part of the stein 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. 14.3.1 ^^^^^^ Bug Fixes * 1875981 (https://bugs.launchpad.net/neutron/+bug/1875981) Neutron now correctly removes associated DNS records when an admin deletes ports, servers or floation IPs. Changes in neutron 14.3.0..14.3.1 --------------------------------- b3647782e4 port_forwarding: validate args before invoking db update fda4a375c4 [Stable only] Drop *-master jobs c2311465bf Fix validation of IPv6 subnets with external RAs a93e6c922c Don't check if any bridges were recrected when OVS was restarted 18a171808b [Security] fix allowed-address-pair 0.0.0.0/0 issue 0d9ec2b758 Fix Traceback when running neutron-ipset-cleanup tool 8181c5dbfe Ensure drop flows on br-int at agent startup for DVR too 514a18ee92 Don't add arp responder for non tunnel network port 72085466b5 Optionally use admin powers when deleting DNS records Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 12 --- neutron/agent/linux/ipset_manager.py | 2 +- neutron/agent/linux/iptables_firewall.py | 2 +- neutron/agent/linux/openvswitch_firewall/rules.py | 6 ++ neutron/api/rpc/handlers/securitygroups_rpc.py | 6 +- neutron/cmd/ipset_cleanup.py | 2 + neutron/db/l3_db.py | 23 ++++-- neutron/db/securitygroups_rpc_base.py | 23 ++++-- neutron/plugins/ml2/drivers/l2pop/mech_driver.py | 7 ++ .../drivers/openvswitch/agent/ovs_neutron_agent.py | 48 +++++------- .../externaldns/drivers/designate/driver.py | 22 ++++-- neutron/services/portforwarding/pf_plugin.py | 43 +++++++++++ .../linux/openvswitch_firewall/test_firewall.py | 7 +- .../agent/linux/openvswitch_firewall/test_rules.py | 3 +- .../unit/agent/linux/test_iptables_firewall.py | 22 ++++-- .../api/rpc/handlers/test_securitygroups_rpc.py | 22 ++++-- .../plugins/ml2/drivers/l2pop/test_mech_driver.py | 29 +++++++ .../openvswitch/agent/test_ovs_neutron_agent.py | 16 +++- .../unit/services/portforwarding/test_pf_plugin.py | 89 +++++++++++++++++++++- .../notes/bug-1875981-ec32d8c3918b0dd4.yaml | 6 ++ 24 files changed, 361 insertions(+), 99 deletions(-)
participants (1)
-
no-reply@openstack.org