summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-10-11 16:56:17 +0000
committerGerrit Code Review <review@openstack.org>2022-10-11 16:56:17 +0000
commit6f250b1649307450c49d23cfab45308768ff457c (patch)
tree00be41aa3f32973e8295e474e0226cdd0b15d9c3 /releasenotes
parentec057e5bce00c630e2765dd489a8167553d17c25 (diff)
parent536498a29a4e7662a4d0b1bb923e2521509ad77a (diff)
downloadneutron-6f250b1649307450c49d23cfab45308768ff457c.tar.gz
Merge "Since OVN 20.06, config is stored in "Chassis.other_config""
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ovn-chassis-other-config-7db15b9d10bf7f04.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/ovn-chassis-other-config-7db15b9d10bf7f04.yaml b/releasenotes/notes/ovn-chassis-other-config-7db15b9d10bf7f04.yaml
new file mode 100644
index 0000000000..8123a03be6
--- /dev/null
+++ b/releasenotes/notes/ovn-chassis-other-config-7db15b9d10bf7f04.yaml
@@ -0,0 +1,10 @@
+---
+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).