Bases: object
Destroy the device used for the network’s DHCP on this host.
Return a unique DHCP device ID for this host on the network.
Return interface(device) name for use by the DHCP process.
Create and initialize a device for network’s DHCP on this host.
Update device settings for the network’s DHCP on this host.
Bases: quantum.manager.Manager
Invoke an action on a DHCP driver instance.
Disable DHCP for a network known to the agent.
Enable DHCP for a network that meets enabling criteria.
Handle the network.create.end notification event.
Handle the network.delete.end notification event.
Handle the network.update.end notification event.
Spawn a thread to periodically resync the dhcp state.
Handle the port.update.end notification event.
Handle the port.delete.end notification event.
Handle the port.update.end notification event.
Refresh or disable DHCP for a network depending on the current state of the network.
Activate the DHCP agent.
Handle the subnet.update.end notification event.
Handle the subnet.delete.end notification event.
Handle the subnet.update.end notification event.
Sync the local DHCP state with Quantum.
Bases: quantum.agent.dhcp_agent.DhcpAgent
Handle the agent_updated notification event.
Bases: object
UNIX domain socket server for processing lease updates.
Network namespace isolation prevents the DHCP process from notifying Quantum directly. This class works around the limitation by using the domain socket to pass the information. This class handles message. receiving and then calls the callback method.
Spawn a green thread to run the lease relay unix socket server.
Bases: quantum.openstack.common.rpc.proxy.RpcProxy
Agent side of the dhcp rpc API.
Make a remote process call to retrieve the active networks.
Make a remote process call to create the dhcp port.
Make a remote process call to retrieve network info.
Make a remote process call to release the dhcp port.
Make a remote process call to release a fixed_ip on the port.
Make a remote process call to update the ip lease expiration.
Bases: object
Convert dict into an object that provides attribute access to values.
Bases: object
Agent cache of the current network state.