Skip to content

Commit c019a42

Browse files
ralonsohMaxim Korezkij
authored andcommitted
[OVN] Add subnetpool-prefix-ops extension to ML2/OVN mech driver
Related-Bug: #1792901 Change-Id: I6b2e86cd252c345b25583651152009baa3320f19 (cherry picked from commit 1600d54)
1 parent 331f6ae commit c019a42

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-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 stateful_security_group
7474
from neutron_lib.api.definitions import subnet_dns_publish_fixed_ip
7575
from neutron_lib.api.definitions import subnet_service_types
76+
from neutron_lib.api.definitions import subnetpool_prefix_ops
7677
from neutron_lib.api.definitions import trunk
7778
from neutron_lib.api.definitions import uplink_status_propagation
7879
from neutron_lib.api.definitions import vlantransparent
@@ -156,6 +157,7 @@
156157
constants.SUBNET_ALLOCATION_EXT_ALIAS,
157158
'standard-attr-tag',
158159
'standard-attr-timestamp',
160+
subnetpool_prefix_ops.ALIAS,
159161
subnet_service_types.ALIAS,
160162
trunk.ALIAS,
161163
seg_def.ALIAS,
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
other:
2+
- |
3+
Added extension ``subnetpool-prefix-ops`` to the ML2/OVN mechanism driver.

0 commit comments

Comments
 (0)