openstack-ansible-os_neutron/releasenotes/notes/neutron-mtu-cleanup-ce73693b4f7aef0d.yaml
Ihar Hrachyshka c44b0b17c0 More MTU cleanups for Neutron
Since Mitaka, Neutron does the right job, calculating MTU for networks
and advertising them thru DHCP and RA.

1. Don't disable MTU advertisement in neutron.conf (advertise_mtu).
2. Don't disable MTU calculation (path_mtu = 0, segment_mtu = 0).
3. Don't set network_device_mtu (it breaks data path and is deprecated).

Change-Id: I28536c5a13711c8e82d056fb47567234aab4e547
2016-05-19 01:24:53 +00:00

10 lines
458 B
YAML

---
upgrade:
- As described in the `Mitaka release notes
<http://docs.openstack.org/releasenotes/neutron/mitaka.html>`_
Neutron now correctly calculates for and advertises the MTU to
instances. As such the ``neutron_network_device_mtu`` variable
has been removed and the hard-coded values in the templates for
``advertise_mtu``, ``path_mtu``, and ``segment_mtu`` have been
removed to allow upstream defaults to operate as intended.