Skip to content

Commit a1cec66

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add dhcpagentscheduler API extension to the ML2/OVN extensions" into stable/zed
2 parents 74f6f02 + 6476edc commit a1cec66

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
@@ -21,6 +21,7 @@
2121
from neutron_lib.api.definitions import bgp_4byte_asn
2222
from neutron_lib.api.definitions import bgp_dragentscheduler
2323
from neutron_lib.api.definitions import default_subnetpools
24+
from neutron_lib.api.definitions import dhcpagentscheduler
2425
from neutron_lib.api.definitions import dns
2526
from neutron_lib.api.definitions import dns_domain_keywords
2627
from neutron_lib.api.definitions import dns_domain_ports
@@ -117,6 +118,7 @@
117118
portbindings.ALIAS,
118119
pbe_ext.ALIAS,
119120
default_subnetpools.ALIAS,
121+
dhcpagentscheduler.ALIAS,
120122
dns.ALIAS,
121123
external_net.ALIAS,
122124
extra_dhcp_opt.ALIAS,

0 commit comments

Comments
 (0)