Migrate ALTO user docs to rst
[docs.git] / manuals / user-guide / src / main / asciidoc / ovsdb / odl-ovsdb-plugins-user-guide.adoc
1 === OVSDB Plugins
2
3 ==== Overview and Architecture
4
5 There are currently two OVSDB Southbound plugins:
6
7 * odl-ovsdb-southbound: Implements the OVSDB Open_vSwitch database schema.
8
9 * odl-ovsdb-hwvtepsouthbound: Implements the OVSDB hardware_vtep database schema.
10
11 These plugins are normally installed and used automatically by higher level applications such as
12 odl-ovsdb-openstack; however, they can also be installed separately and used via their REST APIs
13 as is described in the following sections.
14
15 include::odl-ovsdb-southbound-user-guide.adoc[]
16
17 include::odl-ovsdb-hwvtep-southbound-user-guide.adoc[]