neutron/releasenotes/notes/ovn-chassis-other-config-7db15b9d10bf7f04.yaml
Rodolfo Alonso 72dd768a12 Revert "Since OVN 20.06, config is stored in "Chassis.other_config""
This reverts commit f8fa909444.

Reason for revert:
Because the OpenStack CI OS (Ubuntu 20.04) still doesn't support OVN > v20.03, we need to revert this patch until the CI migrates to Ubuntu 22.04

Change-Id: Iafd0ce629bf3a93454f4e322780d3b2f911363f8
Closes-Bug: #1991962
2022-10-06 15:33:06 +00:00

11 lines
528 B
YAML

---
other:
- |
Since OVN 20.06, the "Chassis" register configuration is stored in the
"other_config" field and replicated into "external_ids". This replication
is stopped in OVN 22.09. The ML2/OVN plugin tries to retrieve the "Chassis"
configuration from the "other_config" field first; if this field does not
exist (in OVN versions before 20.06), the plugin will use "external_ids"
field instead. Neutron will be compatible with the different OVN versions
(with and without "other_config" field).