summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-2003455-b502cc637427560e.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/bug-2003455-b502cc637427560e.yaml')
-rw-r--r--releasenotes/notes/bug-2003455-b502cc637427560e.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-2003455-b502cc637427560e.yaml b/releasenotes/notes/bug-2003455-b502cc637427560e.yaml
new file mode 100644
index 0000000000..2e89cf055f
--- /dev/null
+++ b/releasenotes/notes/bug-2003455-b502cc637427560e.yaml
@@ -0,0 +1,19 @@
+---
+fixes:
+ - |
+ [`bug 2003455 <https://bugs.launchpad.net/neutron/+bug/2003455>`_]
+ It is added an extra checking to ensure the "reside-on-redirect-chassis"
+ is set to true for the logical router port associated to vlan provider
+ network despite having the "ovn_distributed_floating_ip" enabled or not.
+ This is needed as there is an OVN bug
+ (https://bugzilla.redhat.com/show_bug.cgi?id=2162756) making it not work
+ as expected. Until that is fixed, we need these workaround
+ that makes the traffic centrallized, but not tunneled, through the node
+ with the gateway port, thus avoiding MTU issues.
+issues:
+ - |
+ Until the OVN bug (https://bugzilla.redhat.com/show_bug.cgi?id=2162756)
+ is fixed, setting the "reside-on-redirect-chassis" to true for the logical
+ router port associated to vlan provider network is needed. This workaround
+ makes the traffic centrallized, but not tunneled, through the node
+ with the gateway port, thus avoiding MTU issues.