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 nova.virt.xenapi.vif.XenAPIBridgeDriver

Bases: nova.virt.vif.VIFDriver

VIF Driver for XenAPI that uses XenAPI to create Networks.

ensure_vlan_bridge(xenapi_session, network)

Ensure that a VLAN bridge exists

plug(xenapi_session, vm_ref, instance, device, network, network_mapping)
unplug(instance, network, mapping)
class nova.virt.xenapi.vif.XenAPIOpenVswitchDriver

Bases: nova.virt.vif.VIFDriver

VIF driver for Open vSwitch with XenAPI.

plug(xenapi_session, vm_ref, instance, device, network, network_mapping)
unplug(instance, network, mapping)