You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ovn): if OVN has to encapsulate traffic, use geneve
If we use VXLAN as the encapsulation type then OVN sets the max ID to
4095. This is then enforced on all networks in the change
openstack/neutron@ef0ec21186d93e and users have reported this limitation
in https://bugs.launchpad.net/neutron/+bug/1951517 Since we're not
looking for OVN to establish VXLAN tunnels for us at this time we can
really ignore this because OVN ignores any ports and segments without a
physical_network setting. OpenStack enforces that VXLAN type does not
have a physical_network set so these won't be created in OVN.
0 commit comments