neutron/releasenotes/notes/add-external-ids-key-for-static-routes-9d9bc3d7c2c4361f.yaml
Roberto Bartzen Acosta 89835e43e8 [ML2/OVN] Add external_ids.neutron:is_static_route key for Static Routes
The Neutron owned Static Routes created in the OVN database are marked
with the external_ids key neutron:is_static_route. This mark will be used
by the OVN DB sync tool to distinguish the Neutron created Static Routes
from those added externally; the second ones should not be altered during
the sync process. The static route update task runs only once during the
maintenance task, and if all entries are already configured, no action is
performed.

Related-bug: #2027742
Change-Id: I4226024cb4cfd85bdf4f717d42d48150cab22442
2024-08-21 19:11:07 -03:00

13 lines
642 B
YAML

---
features:
- |
The OVN ML2 mechanism driver for static routes will now include the key
``neutron:is_static_route`` in the external_ids register for external
gateway router ports. This is required for the OVN DB sync tool to
distinguish the Neutron created Static Routes from those added externally
in the OVN database. Previously created static route rules will be updated
only once during the maintenance task to include the
``neutron:is_static_route`` key in the external_ids register. In case all
static route entries are already configured using this key, no maintenance
action will be performed.