The nova.cmd.dhcpbridge Module

Handle lease database updates from DHCP servers.

add_action_parsers(subparsers)
add_lease(mac, ip_address)

Set the IP that was assigned by the DHCP server.

block_db_access()
del_lease(mac, ip_address)

Called when a lease expires.

init_leases(network_id)

Get the list of hosts for a network.

main()

Parse environment and arguments and call the appropriate action.

old_lease(mac, ip_address)

Called when an old lease is recognized.

Previous topic

The nova.cmd.consoleauth Module

Next topic

The nova.cmd.idmapshift Module

Project Source

This Page