72dd768a12
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
11 lines
528 B
YAML
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).
|