2f1a3b4db1
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
18 lines
773 B
YAML
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.
|