The midonet.neutron.agent.midonet_driver Module¶
-
class
midonet.neutron.agent.midonet_driver.DhcpNoOpDriver(conf, network, process_monitor, version=None, plugin=None)¶ Bases:
neutron.agent.linux.dhcp.DhcpLocalProcess-
classmethod
check_version()¶ Execute version checks on DHCP server.
-
disable(retain_port=False)¶ Disable DHCP for this network.
-
classmethod
existing_dhcp_networks(conf)¶ Return a list of existing networks ids that we have configs for.
-
reload_allocations()¶ Force the DHCP server to reload the assignment database.
-
classmethod
should_enable_metadata(conf, network)¶ We need MD namespace proxy regardless of network configuration
-
spawn_process()¶
-
classmethod