The `octavia_provider_network_mtu-parameter` defaults to 1500 to not accidentially use `global_physnet_mtu` on deployment with large MTU settings Change-Id: I9fa33c5ee76197191f1e66b7a70a4c1c0a5fa394changes/19/864819/4
parent
c31bbc215c
commit
2f1a3b4db1
@ -0,0 +1,17 @@
|
||||
---
|
||||
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.
|
Loading…
Reference in new issue