We are content to announce the release of: neutron 9.1.1: OpenStack Networking This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/neutron/ For more details, please see below. Changes in neutron 9.1.0..9.1.1 ------------------------------- 0ac2142 Install OVS from git if current version < 2.5.1 7295bee Truncate IPDevice's name to interface max size 79c62e0 Add L3 HA test with linux bridge bd982c7 Fix "failed unplugging ha interface" error when deleting router eaca390 Parse the output of ip route more robustly aed6ad3 Reduce rally executions of create_and_list_ports 3a99949 Lower concurrency on rally port job 909ed04 Only mark ports ready on synced networks c719a21 DHCP: Add missing path for marking ports as ready 3d2feff Add unit tests for ip_lib.get_routing_table 9a314ff Update metadata proxy when subnet add/delete 5a3dadc Check if namespace exists before getting devices Diffstat (except docs and test files) ------------------------------------- devstack/lib/ovs | 61 +++++++++++++++ neutron/agent/dhcp/agent.py | 47 +++++++----- neutron/agent/l3/ha_router.py | 4 +- neutron/agent/linux/dhcp.py | 9 ++- neutron/agent/linux/ip_lib.py | 88 ++++++++++++++++------ rally-jobs/neutron-neutron.yaml | 6 +- 13 files changed, 321 insertions(+), 76 deletions(-)