Skip to content

Commit

Permalink
Merge pull request #301 from openstack-k8s-operators/revert-295-bug/2…
Browse files Browse the repository at this point in the history
…065701

Revert "Re enable ovn_emit_need_to_frag"

The required neutron fixes are stuck to get into 18.0, until the
fixes are in for OSP 18.0, let's revert.
Reverts #295

Reviewed-by: Andrew Bays <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jun 20, 2024
2 parents 32534a6 + 921a1bd commit 4cba21c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/dt/uni01alpha/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ data:
[ovn]
ovsdb_probe_interval = 60000
ovn_emit_need_to_frag = true
ovn_emit_need_to_frag = false
[ml2]
type_drivers = geneve,vxlan,vlan,flat
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/uni04delta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ data:
[ovs]
igmp_snooping_enable = true
[ovn]
ovn_emit_need_to_frag = true
ovn_emit_need_to_frag = false
[ml2]
type_drivers = geneve,vlan,flat
tenant_network_types = vlan,flat
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/uni06zeta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ data:
[ovs]
igmp_snooping_enable = true
[ovn]
ovn_emit_need_to_frag = true
ovn_emit_need_to_frag = false
enable_distributed_floating_ip = false
[ml2]
type_drivers = geneve,vlan
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/uni07eta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ data:
[ovn]
ovsdb_probe_interval = 60000
ovn_emit_need_to_frag = true
ovn_emit_need_to_frag = false
[ml2]
type_drivers = geneve,vxlan,vlan,flat
Expand Down

0 comments on commit 4cba21c

Please sign in to comment.