Previous topic

The nova.virt.netutils Module

Next topic

The nova.virt.vmwareapi_conn Module

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 VIFDriver(**kwargs)

Bases: object

Abstract class that defines generic interfaces for all VIF drivers.

plug(instance, network, mapping, **kwargs)

Plug VIF into network.

unplug(instance, network, mapping, **kwargs)

Unplug VIF from network.