openstack-ansible-os_octavia/releasenotes/notes/octavia_provider_network_mtu-parameter-62978008dfe0882e.yaml
Bjoern Teipel c90138f2e9 Adding octavia_provider_network_mtu-parameter parameter
The `octavia_provider_network_mtu-parameter` defaults to 1500
to not accidentially use `global_physnet_mtu` on deployment with
large MTU settings

Change-Id: I9fa33c5ee76197191f1e66b7a70a4c1c0a5fa394
(cherry picked from commit 2f1a3b4db1664cd9492bd32d1bad1793d5e61368)
2022-11-30 11:13:14 -06:00

18 lines
773 B
YAML

---
features:
- |
A new parameter `octavia_provider_network_mtu` is added to set the
MTU to 1500 by default. This is important for deployments which
allow jumbo frames while setting the management to the standard
Ethernet MTU. The MTU can be still changed at any point during the
initial octavia deployment or with the
`openstack network set --mtu` command line.
upgrade:
- |
A new parameter `octavia_provider_network_mtu` is added to set the
MTU to 1500 by default. This is important for deployments which
allow jumbo frames while setting the management to the standard
Ethernet MTU. The MTU can be still changed at any point during the
initial octavia deployment or with the
`openstack network set --mtu` command line.