This Page

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

The nova.virt.vif Module

VIF module common to all virt layers.

class nova.virt.vif.VIFDriver

Bases: object

Abstract class that defines generic interfaces for all VIF drivers.

plug(instance, network, mapping)

Plug VIF into network.

unplug(instance, network, mapping)

Unplug VIF from network.