summaryrefslogtreecommitdiff
path: root/ovn
diff options
context:
space:
mode:
authorRussell Bryant <russell@ovn.org>2016-03-23 15:56:32 -0400
committerRussell Bryant <russell@ovn.org>2016-03-23 16:13:30 -0400
commitfc26cf25901438a92f03a3d713c928c427c23bc9 (patch)
tree7372b4769ee6defd7f021806bf2b7dc24a4dd7b9 /ovn
parent76adea871d0d76674a5e030c83c7edc8d6b37e7d (diff)
downloadopenvswitch-fc26cf25901438a92f03a3d713c928c427c23bc9.tar.gz
ovn: Document chassis->name for ovn-controller-vtep.
ovn-controller-vtep populates the Chassis name field with the name column from the Physical_Switch table in the hardware_vtep database. Add this to the documentation of the OVN_Southbound schema. Signed-off-by: Russell Bryant <russell@ovn.org> Acked-By: Kyle Mestery <mestery@mestery.com> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'ovn')
-rw-r--r--ovn/ovn-sb.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/ovn/ovn-sb.xml b/ovn/ovn-sb.xml
index e1a581207..effedb05d 100644
--- a/ovn/ovn-sb.xml
+++ b/ovn/ovn-sb.xml
@@ -156,10 +156,14 @@
</p>
<column name="name">
- A chassis name, taken from <ref key="system-id" table="Open_vSwitch"
- column="external_ids" db="Open_vSwitch"/> in the Open_vSwitch
- database's <ref table="Open_vSwitch" db="Open_vSwitch"/> table. OVN does
- not prescribe a particular format for chassis names.
+ OVN does not prescribe a particular format for chassis names.
+ ovn-controller populates this column using <ref key="system-id"
+ table="Open_vSwitch" column="external_ids" db="Open_vSwitch"/>
+ in the Open_vSwitch database's <ref table="Open_vSwitch"
+ db="Open_vSwitch"/> table. ovn-controller-vtep populates this
+ column with <ref table="Physical_Switch" column="name"
+ db="hardware_vtep"/> in the hardware_vtep database's
+ <ref table="Physical_Switch" db="hardware_vtep"/> table.
</column>
<column name="hostname">