Victoria Series Release Notes¶
17.7.0-4¶
New Features¶
The
neutron::agents::ovn_metadataclass now supportsthe following two new parameters.ovsdb_probe_intervalparameter to configure[ovn]ovsdb_probe_intervalin ovn metadata agent configfile.ovsdb_retry_max_intervalparameter to configure[ovn]ovsdb_retry_max_intervalin ovn metadata agentconfig file.
The
neutron::plugins::ml2::ovnclass now supports the following twonew parameters.ovsdb_retry_max_intervalovsdb_probe_interval
Bug Fixes¶
Bug #1987460:Previously the
neutron::agents::ml2::mlnxclass causes duplicateresources when used with theneutron::agents::dhcpclass ortheneutron::agents::l3class. Now it is possible to workaroundthe error by implementing the following mitigation.Include the
neutron::agents::ml2::mlnxclass AFTERtheneutron::agents::dhcpclass or theneutron::agents::l3Set the
interface_driverparameter and thedhcp_broadcast_replyparameter consistently.
17.7.0¶
New Features¶
The following new parameters have been added to support arbitraryconfigurations for openvsiwtch_agent.ini and sriov_agent.ini
neutron::config::ovs_agent_configneutron::config::sriov_agent_config
The new
neutron::keystone::authtoken::service_typeparameter has beenadded to configure the service_type parameter in authtoken middleware.
Support for the logging serivce plugin parameters has been added tothe following classes.
neutron::agent::l3neutron::agent::ml2::ovsneutron::plugins::ml2::ovn
It is now possible to set the report interval for the networking-baremetalml2 agent by using new parameter
report_intervalin theneutron::agents::ml2::networking_baremetalclass.
Now the
neutron::agents::ml2::ovsclass andtheneutron::agents::ml2::sriovclass supportsthe resource_provider_default_hypervisor parameter to set the correspondingparameter in ovs-agent and sriov-agent.
17.6.0¶
New Features¶
The following two new classes have been added, to set up parameters inovs_driver and sriov_driver section.
neutron::plugins::ml2::ovs_driverneutron::plugins::ml2::sriov_driver
The following two parameters have been added to define mapping ofbridge name and hyper visor name to locate the parent of the resourceprovider tree.
neutron::agents::ml2::ovs::resource_provider_hypervisorsneutorn::agents::ml2::sriov::resource_provider_hypervisors
17.5.0¶
New Features¶
Add new configuration parameter explicitly_egress_direct for ML2 OVS agentWhen set to True, the accepted egress unicast traffic will not use actionNORMAL. The accepted egress packets will be taken care of in the finalegress tables direct output flows for unicast traffic so that operators canset customized integration bridge name in l3 agent configuration.This can be enabled on some nodes to prevent flooding on integration bridge.
17.4.0¶
Deprecation Notes¶
The
neutron_api_configtype has been deprecated.Use theneutron_api_paste_initype instead.
The
neutron::config::api_configparameter has been deprecated and willbe removed in a future release. Use theneutron::config::api_paste_iniparameter instead.
17.3.0¶
New Features¶
Add mysql_enable_ndb parameter to select mysql storage engine.
Upgrade Notes¶
The deprecated neutron::plugins::ml2::firewall_driver parameter is removed.Please set the firewall_driver in the ML2 agent classes in neutron::agents::ml2 instead.
17.2.0¶
New Features¶
The new
neutron::server::notifications::http_retriesparameter has beenadded to set number of client retries.
The new
neutron::keystone::authtoken::interfaceparameter has beenadded, which can be used to set the interface parameter in authtokenmiddleware.
The new
neutron::server::notifications::ironicclass has been addedto support configuration parameters to enable notifications to ironic.
The new
server::notifications::novaclass has been added to configureparameters for notifications to nova.
Upgrade Notes¶
The following deprecated parameters has been removed
neutron::server::notifications::project_domain_idneutron::server::notifications::user_domain_idneutron::server::notifications::tenant_idneutron::server::notifications::tenant_nameneutron::designate::project_domain_idneutron::designate::user_domain_id
The neutron::server::database_min_pool_size andneutron::db::database_min_pool_size parameters is removed.
The database_connection, database_max_retries, database_idle_timeout,database_retry_interval, database_max_pool_size and database_max_overflowparameters in neutron::server is removed, use the neutron::db class instead.
Deprecation Notes¶
The neutron::server::ensure_fwaas_package is deprecated and will be removedin a future release.
The neutron::services::fwaas class is deprecated and will be removed ina future release.
The neutron_fwaas_service_config resource is deprecated and will be removedin a future release.
The following parameters in
server::notificationsclass has beendeprecated and will be removed in a future release. Use the correspondingparameters inserver::notifications::novaclass.passwordauth_typeusernameproject_nameuser_domain_nameproject_domain_nameauth_urlregion_nameendpoint_typenotify_nova_on_port_status_changesnotify_nova_on_port_data_changes
17.1.0¶
New Features¶
The new
neutron::agent::l3::ovs_integration_bridgeparameter was addedso that operators can set customized integration bridge name in l3 agentconfiguration.
Deprecation Notes¶
Support for Arista plugin has been deprecated and will be removed in afuture release.
Support for FUJITSU plugin has been deprecated and will be removed in afuture release.
Usage of config option
firewall_driverin theneutron::plugins::ml2class is now deprecated and has no effect on the deployment.Config optionfirewall_drivershould be set in the classes for agents’configuration likeneutron::agents::ml2::ovsinstead.Usage of this option in the Neutron server was there just for backwardcompatibility with old agents which can’t report what driver they are using.Since Newton all Neutron drivers are reporting that in heartbeat messages andthere is no need to keep configure this in the neutron server’s side.
Support for plumgrid plugin has been deprecated and will be removed in afuture release.
The neutron::agents::l3::gateway_external_network_id parameter has beendeprecated and has no effect.
