From a508ce39139313a63d4a4e0ee304428713f43a11 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 16 May 2024 11:16:37 -0400 Subject: [PATCH] reno: ml2/ovn allows to create/delete trunks for bound ports Related-Bug: #2065707 Change-Id: I3db28c5b289aefd78055416db972d71352307302 --- ...ow-trunk-create-delete-port-bound-a4126054156ce4c2.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/allow-trunk-create-delete-port-bound-a4126054156ce4c2.yaml diff --git a/releasenotes/notes/allow-trunk-create-delete-port-bound-a4126054156ce4c2.yaml b/releasenotes/notes/allow-trunk-create-delete-port-bound-a4126054156ce4c2.yaml new file mode 100644 index 00000000000..936d827173b --- /dev/null +++ b/releasenotes/notes/allow-trunk-create-delete-port-bound-a4126054156ce4c2.yaml @@ -0,0 +1,7 @@ +--- +other: + - | + In some of previous versions of Neutron, it was not possible to create or + delete a trunk port if it was bound to a parent port when using ML2/OVN + driver. This restriction has been removed in this release. ML2/OVS driver + still has this restriction due to backend limitations.