Previous topic

The nova.virt.xenapi.pool Module

Next topic

The nova.virt.xenapi.vmops 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.xenapi.vif Module

VIF drivers for XenAPI.

class XenAPIBridgeDriver(xenapi_session)

Bases: nova.virt.xenapi.vif.XenVIFDriver

VIF Driver for XenAPI that uses XenAPI to create Networks.

plug(instance, network, mapping, vm_ref=None, device=None)
unplug(instance, network, mapping)
class XenAPIOpenVswitchDriver(xenapi_session)

Bases: nova.virt.xenapi.vif.XenVIFDriver

VIF driver for Open vSwitch with XenAPI.

plug(instance, network, mapping, vm_ref=None, device=None)
unplug(instance, network, mapping)
class XenVIFDriver(xenapi_session)

Bases: nova.virt.vif.VIFDriver