openstack-ansible-os_octavia/releasenotes/notes/octavia_provider_network_mtu-parameter-62978008dfe0882e.yaml
Bjoern Teipel 2f1a3b4db1 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
2022-11-25 16:32:24 +00: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.