summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <ralonsoh@redhat.com>2022-09-23 09:11:25 +0200
committerRodolfo Alonso Hernandez <ralonsoh@redhat.com>2022-09-30 04:37:35 +0200
commitf8fa909444cf87d55819fa9dbc45ed77cff7b845 (patch)
tree38d6183c803c385d7a5943d311bb64a33793b2cc /releasenotes
parent7b15ad94339fd59785f409eb7903ddd08a55cfa7 (diff)
downloadneutron-f8fa909444cf87d55819fa9dbc45ed77cff7b845.tar.gz
Since OVN 20.06, config is stored in "Chassis.other_config"
Since OVN 20.06 [1], the OVN configuration is stored in "Chassis.other_config". Since OVN 22.09, the "Chassis" configuration stored in "Chassis.other_config" will not be replicated to "Chassis.external_ids". This patch replaces any reference to "external_ids" when retrieving the Chassis configuration. That means Neutron no longer supports OVN versions below 20.06. [1]https://github.com/ovn-org/ovn/commit/74d90c2223d0a8c123823fb849b4c2de58c296e4 [2]https://github.com/ovn-org/ovn/commit/51309429cc3032a0cb422603e7bbda4905ca01ae Closes-Bug: #1990229 Change-Id: If379cefb66a262318858e1cea6503aa3a56ba956
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ovn-chassis-other-config-7db15b9d10bf7f04.yaml13
1 files changed, 13 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..fe695d5e2f
--- /dev/null
+++ b/releasenotes/notes/ovn-chassis-other-config-7db15b9d10bf7f04.yaml
@@ -0,0 +1,13 @@
+---
+deprecations:
+ - |
+ ML2/OVN plugin does not support versions below 20.06. The Neutron plugin
+ expects to read the "Chassis" register configuration in "other_config"
+ field only.
+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 retrieves the "Chassi"
+ configuration from the "other_config" field only. That makes Neutron
+ not compatible with OVN versions below 20.06.