Skip to content

Commit d8515db

Browse files
authored
Merge pull request #125 from stackhpc/upstream/zed-2024-02-19
Synchronise zed with upstream
2 parents 40de591 + b9e3818 commit d8515db

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)