puppet-neutron/releasenotes/notes/deprecate_network_device_mtu-d7f15c98605ac2fb.yaml
Vladimir Eremin d301833c2c Use global_physnet_mtu to fix MTU settings in Mitaka
[DEFAULT]/network_device_mtu option is deprecated and will be removed
in Newton. However, new [ml2]/segment_mtu is deprecated too according to
neutron/common/config.py. This patch replaces network_device_mtu with
new [DEFAULT]/global_physnet_mtu.

Change-Id: I9eb5df274e5d7f1f89c5f894526d07d20d4cd794
Closes-bug: #1565036
2016-04-04 16:55:12 +03:00

7 lines
260 B
YAML

---
deprecations:
- |
[DEFAULT]/network_device_mtu option is deprecated and will be removed
in Newton. However, new [ml2]/segment_mtu is deprecated too according to
neutron/common/config.py. New [DEFAULT]/global_physnet_mtu should be used.