Merge "Deprecate network_device_mtu"
This commit is contained in:
commit
c97e0341ed
@ -42,7 +42,11 @@ OPTS = [
|
||||
'(e.g. RHEL 6.5) so long as ovs_use_veth is set to '
|
||||
'True.')),
|
||||
cfg.IntOpt('network_device_mtu',
|
||||
help=_('MTU setting for device.')),
|
||||
deprecated_for_removal=True,
|
||||
help=_('MTU setting for device. This option will be removed in '
|
||||
'Newton. Please use the system-wide segment_mtu setting '
|
||||
'which the agents will take into account when wiring '
|
||||
'VIFs.')),
|
||||
]
|
||||
|
||||
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
deprecations:
|
||||
- The 'network_device_mtu' option is deprecated and will
|
||||
be removed in the 'Newton' cycle. Please use the
|
||||
system-wide segment_mtu setting which the agents will
|
||||
take into account when wiring VIFs.
|
Loading…
Reference in New Issue
Block a user