Merge "Remove segment_mtu configuration option"
This commit is contained in:
commit
ecb24ff62d
@ -134,7 +134,6 @@ core_opts = [
|
||||
'Filter validation is enabled if this config '
|
||||
'is turned on and it is supported by all plugins')),
|
||||
cfg.IntOpt('global_physnet_mtu', default=constants.DEFAULT_NETWORK_MTU,
|
||||
deprecated_name='segment_mtu', deprecated_group='ml2',
|
||||
help=_('MTU of the underlying physical network. Neutron uses '
|
||||
'this value to calculate MTU for all virtual network '
|
||||
'components. For flat and VLAN networks, neutron uses '
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The ``[DEFAULT] segment_mtu`` configuration option has been removed.
|
||||
It was replaced by the ``[DEFAULT] global_physnet_mtu`` option
|
||||
in the Mitaka release.
|
Loading…
Reference in New Issue
Block a user