Wallaby Series Release Notes¶
18.6.0¶
New Features¶
The new
neutron::cache
class has been added.
The
neutron::agents::ovn_metadata
class now supports the following two new parameters.ovsdb_probe_interval
parameter to configure[ovn]ovsdb_probe_interval
in ovn metadata agent config file.ovsdb_retry_max_interval
parameter to configure[ovn]ovsdb_retry_max_interval
in ovn metadata agent config file.
The
neutron::plugins::ml2::ovn
class now supports the following two new parameters.ovsdb_retry_max_interval
ovsdb_probe_interval
Bug Fixes¶
The independent ovn plugin package(
pythonN-networking-ovn
) is no longer required. The package is no longer available since Ussuri, and all codes are now included in the base neutron package.
The
neutron-ovn-metadata-agent
package is now installed in Ubuntu and Debian.
Bug #1987460: Previously the
neutron::agents::ml2::mlnx
class causes duplicate resources when used with theneutron::agents::dhcp
class or theneutron::agents::l3
class. Now it is possible to workaround the error by implementing the following mitigation.Include the
neutron::agents::ml2::mlnx
class AFTER theneutron::agents::dhcp
class or theneutron::agents::l3
Set the
interface_driver
parameter and thedhcp_broadcast_reply
parameter consistently.
18.5.0¶
New Features¶
The new
sdn_token
parameter to authenticate sdn has been added to theneutron::plugins::ml2::mellanox::mlnx_sdn_assist
class.
The new
neutron::healthcheck
class has been added. This class manages parameters of healthcheck middlware in oslo.middleware.
The new
neutron::server::notifications::nova::live_migration_events
parameter has been added. This parameter controls the[nova] live_migation_events
parameter inneutron.conf
.
Support for the logging serivce plugin parameters has been added to the following classes.
neutron::agent::l3
neutron::agent::ml2::ovs
neutron::plugins::ml2::ovn
It is now possible to set the report interval for the networking-baremetal ml2 agent by using new parameter
report_interval
in theneutron::agents::ml2::networking_baremetal
class.
Now the
neutron::agents::ml2::ovs
class and theneutron::agents::ml2::sriov
class supports the resource_provider_default_hypervisor parameter to set the corresponding parameter in ovs-agent and sriov-agent.
Deprecation Notes¶
Support for the midonet plugin has been deprecated and has no effect now. It will be removed completely in a future release.
18.4.0¶
New Features¶
The new
neutron::policy::enforce_scope
parameter has been added to support the corresponding parameter in oslo.policy library.
The new
neutron::policy::enforce_new_defaults
parameter has been added.