Files
neutron/releasenotes/notes/ovn-db-sync-gw-agent-cd049668511ac730.yaml
Doug Goldstein f1de2e4ea1 [OVN]: fix ovn-db-sync to include gateway chassis
When we sync the SegmentHostMappings with the OVN southbound on start
up, the chassis that are a gateway are being skipped from updating.
The rest of the code base includes those in writing to the
SegmentHostMappings so we should keep those in sync on ovn-db-sync as
well.

Closes-Bug: #2116960
Change-Id: Ie1b375f5c23864d7fa17c9dd05f0453b439835f1
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
2025-07-21 14:01:45 -05:00

8 lines
297 B
YAML

---
fixes:
- |
``ovn-db-sync`` skipped chassis that were also gateways for syncing the
segment host mappings but all other operations included them so add syncing
them to ``ovn-db-sync``. For more information see bug
`2116960 <https://bugs.launchpad.net/neutron/+bug/2116960>`_.