Make it easier to use jumbo frames

Bug #1825012 reported by Adrien Cunin
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack-Ansible
New
Undecided
Unassigned

Bug Description

This is a wishlist bug.

It'd be nice to have os_neutron support https://docs.openstack.org/neutron/latest/admin/config-mtu.html (without having to use config overrides).

Can we imagine a way of using the `container_mtu` parameter to automatically configure Neutron according to this documentation page?

Revision history for this message
Alexey 'Fenuks' Rusetsky (fenuks-uh) wrote :

This can be done using config overrides in user_variable.yml, for example:

neutron_neutron_conf_overrides:
  DEFAULT:
    global_physnet_mtu: 9000
neutron_ml2_conf_ini_overrides:
  ml2:
    path_mtu: 1500

Since you need to set container_mtu in openstack-ansible manually, this looks like the best way to configure Neutron.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.