Skip to content

Commit e369dbf

Browse files
committed
[OVN] Add the 'uplink-status-propagation' extension to ML2/OVN
Closes-Bug: #2032770 Change-Id: I5f11b568bab4518617409b7c3a02c7222df80a92 (cherry picked from commit 0545f40)
1 parent 9a537fd commit e369dbf

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

neutron/common/ovn/extensions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
from neutron_lib.api.definitions import subnet_dns_publish_fixed_ip
7474
from neutron_lib.api.definitions import subnet_service_types
7575
from neutron_lib.api.definitions import trunk
76+
from neutron_lib.api.definitions import uplink_status_propagation
7677
from neutron_lib.api.definitions import vlantransparent
7778
from neutron_lib.api.definitions import vpn
7879
from neutron_lib.api.definitions import vpn_endpoint_groups
@@ -167,4 +168,5 @@
167168
bgp.ALIAS,
168169
bgp_4byte_asn.ALIAS,
169170
bgp_dragentscheduler.ALIAS,
171+
uplink_status_propagation.ALIAS,
170172
]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
other:
3+
- |
4+
Added the missing extension ``uplink-status-propagation`` to the ML2/OVN
5+
mechanism driver. This extension is used by the ML2/SR-IOV mechanism
6+
driver, that could be loaded with ML2/OVN. Now it is possible to create
7+
ports with the "uplink-status-propagation" flag defined.

0 commit comments

Comments
 (0)