[OVN] Add `subnetpool-prefix-ops` extension to ML2/OVN mech driver

Related-Bug: #1792901
Change-Id: I6b2e86cd252c345b25583651152009baa3320f19
(cherry picked from commit 1600d5417507a8f25cd92893adbf76e71aa771e9)
This commit is contained in:
Rodolfo Alonso Hernandez 2024-01-21 01:00:04 +00:00 committed by Maxim Korezkij
parent 49c8e0b2be
commit b0e6b059d8
2 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,7 @@ from neutron_lib.api.definitions import sorting
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 subnetpool_prefix_ops
from neutron_lib.api.definitions import trunk
from neutron_lib.api.definitions import uplink_status_propagation
from neutron_lib.api.definitions import vlantransparent
@ -144,6 +145,7 @@ ML2_SUPPORTED_API_EXTENSIONS = [
constants.SUBNET_ALLOCATION_EXT_ALIAS,
'standard-attr-tag',
'standard-attr-timestamp',
subnetpool_prefix_ops.ALIAS,
subnet_service_types.ALIAS,
trunk.ALIAS,
seg_def.ALIAS,

View File

@ -0,0 +1,3 @@
other:
- |
Added extension ``subnetpool-prefix-ops`` to the ML2/OVN mechanism driver.