reno: ml2/ovn allows to create/delete trunks for bound ports

Related-Bug: #2065707
Change-Id: I3db28c5b289aefd78055416db972d71352307302
This commit is contained in:
Ihar Hrachyshka 2024-05-16 11:16:37 -04:00
parent ac15191f88
commit a508ce3913

View File

@ -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.