Skip to content

Commit 56f4fe3

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add dhcpagentscheduler API extension to the ML2/OVN extensions" into stable/yoga
2 parents 2aec781 + 9d46380 commit 56f4fe3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

neutron/common/ovn/extensions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from neutron_lib.api.definitions import auto_allocated_topology
1919
from neutron_lib.api.definitions import availability_zone as az_def
2020
from neutron_lib.api.definitions import default_subnetpools
21+
from neutron_lib.api.definitions import dhcpagentscheduler
2122
from neutron_lib.api.definitions import dns
2223
from neutron_lib.api.definitions import dns_domain_keywords
2324
from neutron_lib.api.definitions import dns_domain_ports
@@ -106,6 +107,7 @@
106107
portbindings.ALIAS,
107108
pbe_ext.ALIAS,
108109
default_subnetpools.ALIAS,
110+
dhcpagentscheduler.ALIAS,
109111
dns.ALIAS,
110112
external_net.ALIAS,
111113
extra_dhcp_opt.ALIAS,

0 commit comments

Comments
 (0)