[OVN] Add the 'uplink-status-propagation' extension to ML2/OVN
Closes-Bug: #2032770 Change-Id: I5f11b568bab4518617409b7c3a02c7222df80a92
This commit is contained in:
parent
bffb88f5f8
commit
0545f40a04
@ -73,6 +73,7 @@ from neutron_lib.api.definitions import stateful_security_group
|
||||
from neutron_lib.api.definitions import subnet_dns_publish_fixed_ip
|
||||
from neutron_lib.api.definitions import subnet_service_types
|
||||
from neutron_lib.api.definitions import trunk
|
||||
from neutron_lib.api.definitions import uplink_status_propagation
|
||||
from neutron_lib.api.definitions import vlantransparent
|
||||
from neutron_lib.api.definitions import vpn
|
||||
from neutron_lib.api.definitions import vpn_endpoint_groups
|
||||
@ -169,4 +170,5 @@ ML2_SUPPORTED_API_EXTENSIONS = [
|
||||
bgp.ALIAS,
|
||||
bgp_4byte_asn.ALIAS,
|
||||
bgp_dragentscheduler.ALIAS,
|
||||
uplink_status_propagation.ALIAS,
|
||||
]
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
other:
|
||||
- |
|
||||
Added the missing extension ``uplink-status-propagation`` to the ML2/OVN
|
||||
mechanism driver. This extension is used by the ML2/SR-IOV mechanism
|
||||
driver, that could be loaded with ML2/OVN. Now it is possible to create
|
||||
ports with the "uplink-status-propagation" flag defined.
|
Loading…
Reference in New Issue
Block a user