Bases: object
A mix-in that enable DHCP agent support in plugin implementations.
Retrieve and return a list of the active network ids.
Allocate a DHCP port for the host and return port information.
This method will re-use an existing port if one already exists. When a port is re-used, the fixed_ip allocation will be updated to the current network state.
Retrieve and return a extended information about a network.
Release the port currently being used by a DHCP agent.
Release the fixed_ip associated the subnet on a port.
Release the fixed_ip associated the subnet on a port.