docs: mention bug 1995078

Change-Id: I143e822c0fe42e231dfe3c4fe72177607489dad6
This commit is contained in:
Julia Kreger 2024-12-09 06:29:07 -08:00 committed by Michal Nasiadka
parent afd59e3da9
commit 8aff176d31

View File

@ -143,6 +143,18 @@ This can be configured manually, but *should* (as far as Ironic is aware) be
configured by Neutron and set on interfaces matching the bridge mappings. At configured by Neutron and set on interfaces matching the bridge mappings. At
least, it works that way in Devstack. least, it works that way in Devstack.
Outbound SNAT
-------------
Outbound connectivity (that traverses the Neutron/OVN router) is known to be problematic
due to a bug in the way External port priority is handled differently than port assignment
than the Chassis Gateway, the very same mentioned previously. Ultimately this can create
a mismatch between the ports and results in intermittent traffic loss. A known workaround
is to manually update the HA Chassis Group and Gateway Chassis priorities so these are in sync
for a given Neutron network and associated router.
This is being tracked as `bug 1995078 <https://bugs.launchpad.net/neutron/+bug/1995078>`_.
ML2 Plugins ML2 Plugins
----------- -----------