VIF drivers for libvirt.
Bases: nova.virt.vif.VIFDriver
VIF driver for Linux bridge.
Ensure that the bridge exists, and add VIF to it.
No manual unplugging required.
Bases: nova.virt.vif.VIFDriver
VIF driver for Open vSwitch that uses type=’ethernet’ libvirt XML. Used for libvirt versions that do not support OVS virtual port XML (0.9.10 or earlier).
Unplug the VIF from the network by deleting the port from the bridge.
Bases: nova.virt.vif.VIFDriver
VIF driver for Open vSwitch that uses integrated libvirt OVS virtual port XML (introduced in libvirt 0.9.11).
Pass data required to create OVS virtual port element
No action needed. Libvirt takes care of cleanup
Bases: nova.virt.vif.VIFDriver
VIF driver for Linux Bridge when running Quantum.
Unplug the VIF from the network by deleting the port from the bridge.