Bases: object
Mixin class for adding floating IP functionality to a manager.
Gets a floating IP from the pool.
Handles allocating the floating IP resources for an instance.
calls super class allocate_for_instance() as well
rpc.called by network_api
Handles deallocating floating IP resources for an instance.
calls super class deallocate_for_instance() as well.
rpc.called by network_api
Returns a floating IP as a dict.
Returns list of floating ip pools.
Returns the floating IPs associated with a fixed_address.
Returns the floating IPs allocated to a project.
Returns list of floating pools.
Configures floating IPs owned by host.
Bases: nova.db.base.Base, nova.network.floating_ips.FloatingIP