This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.1 docs or all OpenStack docs too.

The nova.network.api Module

Handles all requests relating to instances (guest vms).

class nova.network.api.API(db_driver=None)

Bases: nova.db.base.Base

API for interacting with the network manager.

allocate_floating_ip(context)
associate_floating_ip(context, floating_ip, fixed_ip)
disassociate_floating_ip(context, address)
release_floating_ip(context, address)