[release-announce] neutron 12.0.3 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 18 13:42:43 UTC 2018


We jubilantly announce the release of:

neutron 12.0.3: OpenStack Networking

This release is part of the queens stable release series.

Download the package from:

    https://tarballs.openstack.org/neutron/

For more details, please see below.

12.0.3
^^^^^^

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 12.0.2..12.0.3
---------------------------------

9eef1db [Fullstack] Change time waiting for async ping results
97c91d3 Don't skip DVR port while neutron-openvswitch-agent is restared.
2ed6e4d Disable IPv6 forwarding by default on HA routers
0f3ca4c Fix lack of routes for neighbour IPv4 subnets
6e768a6 Change ovs release used to compile kernel module for tests node
d9de223 tests: port test_port_presence_prevents_network_rbac_policy_deletion
1e40430 Fix wrong release names in docs
cf8478e Use Param DHCP_OPT_CLIENT_ID_NUM
6bfbfdb Fix delete vlan allocation error for ML2
2b1d413 Avoid agents adding ports as trunk by default.
62240c1 Monitor phys_bridges to reconfigured it if created again
7559512 Only allow SG port ranges for whitelisted protocols
781b782 [L3][QoS] Cover mixed dvr_snat and compute node dvr router
4599a94 Stop using legacy nodesets
56d54cc Retry dhcp_release on failures


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |   8 +-
neutron/agent/common/ovs_lib.py                    |  13 +
neutron/agent/dhcp/agent.py                        |   7 +-
neutron/agent/l3/extensions/fip_qos.py             |  69 ++++-
neutron/agent/l3/ha_router.py                      |   6 +-
neutron/agent/l3/namespaces.py                     |   5 +-
neutron/agent/l3/router_info.py                    |   9 +
neutron/agent/linux/dhcp.py                        |  98 +++++--
neutron/agent/linux/interface.py                   |  15 +
neutron/agent/linux/ip_lib.py                      |   7 +
neutron/agent/linux/ovsdb_monitor.py               |  79 +++++-
neutron/api/rpc/handlers/dhcp_rpc.py               |   4 +-
neutron/db/securitygroups_db.py                    |   8 +
neutron/extensions/securitygroup.py                |   5 +
neutron/plugins/ml2/drivers/l2pop/mech_driver.py   |  11 +-
.../drivers/openvswitch/agent/ovs_neutron_agent.py |  56 +++-
neutron/plugins/ml2/drivers/type_vlan.py           |   2 +-
neutron/plugins/ml2/rpc.py                         |  20 +-
.../agent/l3/extensions/test_fip_qos_extension.py  |  31 +++
.../plugins/ml2/drivers/l2pop/test_mech_driver.py  |  55 ++++
.../openvswitch/agent/test_ovs_neutron_agent.py    |  53 +++-
.../unit/plugins/ml2/drivers/test_type_vlan.py     |  16 ++
.../ib-dhcp-allocation-fix-a4ebe8b55bb2c065.yaml   |   8 +
tools/configure_for_func_testing.sh                |   6 +
43 files changed, 1037 insertions(+), 181 deletions(-)







More information about the Release-announce mailing list