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 2aec781 + 9d46380 commit 56f4fe3Copy full SHA for 56f4fe3
neutron/common/ovn/extensions.py
@@ -18,6 +18,7 @@
18
from neutron_lib.api.definitions import auto_allocated_topology
19
from neutron_lib.api.definitions import availability_zone as az_def
20
from neutron_lib.api.definitions import default_subnetpools
21
+from neutron_lib.api.definitions import dhcpagentscheduler
22
from neutron_lib.api.definitions import dns
23
from neutron_lib.api.definitions import dns_domain_keywords
24
from neutron_lib.api.definitions import dns_domain_ports
@@ -106,6 +107,7 @@
106
107
portbindings.ALIAS,
108
pbe_ext.ALIAS,
109
default_subnetpools.ALIAS,
110
+ dhcpagentscheduler.ALIAS,
111
dns.ALIAS,
112
external_net.ALIAS,
113
extra_dhcp_opt.ALIAS,
0 commit comments