os-vif/doc/source/index.rst
Stephen Finucane e6d25e7c64 Add documentation for Linux Bridge plugin
Change-Id: I66943e95de66da8b10d04e86f596167798efde15
2017-04-25 08:16:14 +03:00

702 B

os-vif

vif_types host_info plugins/ovs plugins/linux-bridge glossary

os-vif is a library for plugging and unplugging virtual interfaces (VIFs) in OpenStack. It provides:

  • Versioned objects that represent various types of virtual interfaces and their components
  • Base VIF plugin class that supplies a plug() and unplug() interface
  • Plugins for two networking backends - Open vSwitch and Linux Bridge

os-vif is intended to define a common model for representing VIF types in OpenStack. With the exception of the two included plugins, all plugins for other networking backends are maintained in separate code repositories.