Merge "Deprecate network_device_mtu"

This commit is contained in:
Jenkins 2016-03-01 14:51:29 +00:00 committed by Gerrit Code Review
commit c97e0341ed
2 changed files with 11 additions and 1 deletions

View File

@ -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.')),
]

View File

@ -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.