Skip to content

Commit 4be97c8

Browse files
authored
Merge pull request #128 from stackhpc/upstream/yoga-2024-03-11
Synchronise yoga with upstream
2 parents 12f7b4c + b0e6b05 commit 4be97c8

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
@@ -65,6 +65,7 @@
6565
from neutron_lib.api.definitions import stateful_security_group
6666
from neutron_lib.api.definitions import subnet_dns_publish_fixed_ip
6767
from neutron_lib.api.definitions import subnet_service_types
68+
from neutron_lib.api.definitions import subnetpool_prefix_ops
6869
from neutron_lib.api.definitions import trunk
6970
from neutron_lib.api.definitions import uplink_status_propagation
7071
from neutron_lib.api.definitions import vlantransparent
@@ -144,6 +145,7 @@
144145
constants.SUBNET_ALLOCATION_EXT_ALIAS,
145146
'standard-attr-tag',
146147
'standard-attr-timestamp',
148+
subnetpool_prefix_ops.ALIAS,
147149
subnet_service_types.ALIAS,
148150
trunk.ALIAS,
149151
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)