We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74f6f02 + 6476edc commit a1cec66Copy full SHA for a1cec66
neutron/common/ovn/extensions.py
@@ -21,6 +21,7 @@
21
from neutron_lib.api.definitions import bgp_4byte_asn
22
from neutron_lib.api.definitions import bgp_dragentscheduler
23
from neutron_lib.api.definitions import default_subnetpools
24
+from neutron_lib.api.definitions import dhcpagentscheduler
25
from neutron_lib.api.definitions import dns
26
from neutron_lib.api.definitions import dns_domain_keywords
27
from neutron_lib.api.definitions import dns_domain_ports
@@ -117,6 +118,7 @@
117
118
portbindings.ALIAS,
119
pbe_ext.ALIAS,
120
default_subnetpools.ALIAS,
121
+ dhcpagentscheduler.ALIAS,
122
dns.ALIAS,
123
external_net.ALIAS,
124
extra_dhcp_opt.ALIAS,
0 commit comments