Skip to content

Commit

Permalink
Set neutron MTU according to actual value
Browse files Browse the repository at this point in the history
When deployed on OCP with default MTU settings actual MTU is limited to 1400 while neutron default is 1500.
Wrong MTU setting causes failures during some tests execution.
  • Loading branch information
rsafrono authored Jun 6, 2024
1 parent 27ee3f7 commit 85f65e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/dt/uni06zeta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ data:
type_drivers = geneve,vlan
tenant_network_types = geneve,vlan
extension_drivers = qos,port_security,dns_domain_ports
path_mtu = 1400
[ml2_type_geneve]
vni_ranges = 1:65536
max_header_size = 38
Expand Down

0 comments on commit 85f65e4

Please sign in to comment.