We are amped to announce the release of: neutron 11.0.5: OpenStack Networking This release is part of the pike stable release series. Download the package from: https://tarballs.openstack.org/neutron/ For more details, please see below. 11.0.5 ^^^^^^ Bug Fixes * For Infiniband support, Ironic needs to send the 'client-id' DHCP option as a number in order for IP address assignment to work. This is now supported in Neutron, and can be specified as option number 61 as defined in RFC 4776. For more information see bug 1770932 (https://bugs.launchpad.net/neutron/+bug/1770932) Changes in neutron 11.0.4..11.0.5 --------------------------------- e905bd8 Fix lack of routes for neighbour IPv4 subnets 0164ad0 Change ovs release used to compile kernel module for tests node 788ae95 Fix eventlet imports issue 221df78 Don't share a network with all tenants 48c5c84 tests: port test_port_presence_prevents_network_rbac_policy_deletion b160461 [Fullstack] Limit number of Neutron's api workers e8c4eb0 Use Param DHCP_OPT_CLIENT_ID_NUM e50a0b7 Fix delete vlan allocation error for ML2 adb0ac4 Avoid agents adding ports as trunk by default. d8f9c94 Only allow SG port ranges for whitelisted protocols b557d4a Monitor phys_bridges to reconfigured it if created again 98bb076 Fix post gate hook to accommodate for new os-testr 1498288 Stop using legacy nodesets Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .stestr.conf | 3 + .zuul.yaml | 8 +-- neutron/agent/common/ovs_lib.py | 13 ++++ neutron/agent/dhcp/agent.py | 7 +- neutron/agent/l3/router_info.py | 9 +++ neutron/agent/linux/dhcp.py | 9 ++- neutron/agent/linux/interface.py | 15 ++++ neutron/agent/linux/ovsdb_monitor.py | 79 ++++++++++++++++++---- neutron/api/rpc/handlers/dhcp_rpc.py | 4 +- neutron/common/eventlet_utils.py | 6 ++ neutron/db/securitygroups_db.py | 8 +++ neutron/extensions/securitygroup.py | 5 ++ .../drivers/openvswitch/agent/ovs_neutron_agent.py | 56 +++++++++++---- neutron/plugins/ml2/drivers/type_vlan.py | 2 +- .../api/admin/test_shared_network_extension.py | 18 +---- .../openvswitch/agent/test_ovs_neutron_agent.py | 53 +++++++++++++-- .../unit/plugins/ml2/drivers/test_type_vlan.py | 16 +++++ .../ib-dhcp-allocation-fix-a4ebe8b55bb2c065.yaml | 8 +++ test-requirements.txt | 1 - 35 files changed, 454 insertions(+), 79 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 3db1b10..71c07bc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15 +14,0 @@ oslosphinx>=4.7.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org