We are pumped to announce the release of: neutron 13.0.2: OpenStack Networking This release is part of the rocky stable release series. Download the package from: https://tarballs.openstack.org/neutron/ For more details, please see below. Changes in neutron 13.0.1..13.0.2 --------------------------------- a3d471b Add capabilities for privsep fc944d3 Add permanent ARP entries for DVR fip/qrouter veth pair 54c2526 Use neutron-tempest-plugin-jobs-rocky in rocky branch ed1b228 Increase tempest jobs timeout 63ebee3 [Functional] Increase test_timeout for db migration tests d585179 Make port binding attempt after agent is revived b411b5f Fix dvr ha router gateway goes wrong host 054e8e0 Allow update request with current segment_id 114752c DVR-HA: Configure extra routes on router namespace in dvr_snat node 026d911 [Functional] Increase test_timeout for db migration tests 8f54993 Fullstack test for minimum bw rule ingress create 1984372 Allow Ipv6 addresses for nova_metadata_host 2a1cdf0 Install centralized floating IP nat rules to all ha nodes 9574da1 Fix corner case in failure assigning MAC to SR-IOV NIC 694d775 Revert "DVR: Inter Tenant Traffic between networks not possible with shared net" d1a0d63 Revert "DVR: Add error handling for get_network_info_for_id rpc call" 1cd4b8e Do not install centralized FIP if HA port is down 02bd0ba Fetch specific columns rather than full ORM entities 7859941 doc: add known limitation about attaching SR-IOV ports 0ea92d3 Don't uninstall flow tables in setup_dvr_flows_on_integ_br ffcb22f Parse dhcp leases file in a more robust way b2cd922 Fix IPv6 prefix delegation issue on agent restart 0cf75ec [Fullstack] Mark securitygroups tests as unstable 5bd182e ovsdb monitor: do not die on ovsdb-client stderr output 1c1bb73 Fix pylint warning with eventlet > 0.22.0 dbc9441 l2 pop: check for more than 1 first active port on a node c28e496 metadata: use requests for comms with nova api 3c1c40d Use system protocol assigments for iptables protocol map Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 8 +- neutron/agent/l3/dvr_edge_ha_router.py | 5 +- neutron/agent/l3/dvr_edge_router.py | 8 + neutron/agent/l3/dvr_fip_ns.py | 7 + neutron/agent/l3/dvr_local_router.py | 35 +++ neutron/agent/l3/ha_router.py | 1 + neutron/agent/l3/router_info.py | 3 + neutron/agent/linux/dhcp.py | 4 + neutron/agent/linux/iptables_firewall.py | 46 +++- neutron/agent/linux/ovsdb_monitor.py | 2 +- neutron/agent/linux/utils.py | 4 + neutron/agent/metadata/agent.py | 51 ++-- neutron/api/rpc/handlers/dvr_rpc.py | 14 - neutron/common/ipv6_utils.py | 12 + neutron/db/agents_db.py | 2 + neutron/db/db_base_plugin_v2.py | 6 +- neutron/db/external_net_db.py | 14 +- neutron/db/ipam_backend_mixin.py | 5 +- neutron/db/ipam_pluggable_backend.py | 7 +- neutron/db/l3_db.py | 4 +- neutron/db/l3_dvr_db.py | 36 +-- neutron/db/l3_hamode_db.py | 35 +++ neutron/db/portbindings_db.py | 2 +- neutron/db/provisioning_blocks.py | 3 +- neutron/db/rbac_db_mixin.py | 2 +- neutron/ipam/subnet_alloc.py | 4 +- neutron/objects/ports.py | 10 + neutron/plugins/ml2/db.py | 8 +- neutron/plugins/ml2/drivers/l2pop/mech_driver.py | 7 +- .../drivers/mech_sriov/agent/sriov_nic_agent.py | 5 +- .../openvswitch/agent/ovs_dvr_neutron_agent.py | 48 +--- neutron/plugins/ml2/plugin.py | 48 ++++ neutron/privileged/__init__.py | 5 +- neutron/quota/resource.py | 6 +- neutron/scheduler/l3_agent_scheduler.py | 2 +- .../unit/agent/linux/test_iptables_firewall.py | 16 ++ .../plugins/ml2/drivers/l2pop/test_mech_driver.py | 54 ++++ .../mech_sriov/agent/test_sriov_nic_agent.py | 29 +++ .../openvswitch/agent/test_ovs_neutron_agent.py | 289 ++------------------- requirements.txt | 1 + 63 files changed, 1192 insertions(+), 501 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2961e8a..0825799 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,0 +13 @@ httplib2>=0.9.1 # MIT +requests>=2.14.2 # Apache-2.0
participants (1)
-
no-reply@openstack.org