openstack-ansible/releasenotes/notes/octavia_provider_network_mtu-parameter-62978008dfe0882e.yaml
Dmitriy Rabotyagov b2b61f792e Bump OpenStack-Ansible for Zed release
Change-Id: Ib97bdd1c77649ce8d3a767da6d29edbe9f7c2888
2022-12-14 13:03:44 +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.