We are thrilled to announce the release of: neutron 11.0.4: 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. Changes in neutron 11.0.3..11.0.4 --------------------------------- 1d3568d [RBAC] Fix setting network as not shared 5b22616 Fix pep8 errors 0224dcf Use cidr during tenant network rule deletion 279a1e9 DVR: Check for item_allocator key before releasing 0ecf8b6 Fix l3-agent crash on routers without ha_state 4faac33 Spawn/stop metadata proxies upon adding/deleting router interfaces 34b7213 DVR: Fix allowed_address_pair IP, ARP table update by neutron agent 40ac93b Config privsep in the linuxbridge agent 82167dd [Fullstack] Respawn dhclient process in case of error 50988f3 ml2: fix update_device_up to send lm events with linux bridge Diffstat (except docs and test files) ------------------------------------- neutron/agent/dhcp/agent.py | 2 + neutron/agent/l3/agent.py | 5 +- neutron/agent/l3/dvr.py | 4 +- neutron/agent/l3/dvr_fip_ns.py | 9 +- neutron/agent/l3/dvr_local_router.py | 15 +- neutron/agent/l3/item_allocator.py | 5 +- neutron/agent/linux/ip_lib.py | 11 +- neutron/db/db_base_plugin_v2.py | 19 +- neutron/db/l3_dvr_db.py | 12 +- .../linuxbridge/agent/linuxbridge_neutron_agent.py | 2 + .../drivers/openvswitch/agent/common/constants.py | 10 +- neutron/plugins/ml2/rpc.py | 8 +- neutron/privileged/agent/linux/ip_lib.py | 3 +- .../l3_router/test_l3_dvr_router_plugin.py | 12 +- tox.ini | 6 +- 27 files changed, 442 insertions(+), 257 deletions(-)