neutron/releasenotes/notes/segment_mtu_to_global_physn...

12 lines
534 B
YAML

---
deprecations:
- The 'segment_mtu' option of the ML2 configuration has been
deprecated and replaced with the 'global_physnet_mtu' option
in the main Neutron configuration. This option is meant to
be used by all plugins for an operator to reference their
physical network's MTU, regardless of the backend plugin.
Plugins should access this config option via the
'get_deployment_physnet_mtu' method added to
neutron.plugins.common.utils to avoid being broken on any
potential renames in the future.