summaryrefslogtreecommitdiff
path: root/ovn/ovn-sb.xml
diff options
context:
space:
mode:
authorRussell Bryant <russell@ovn.org>2016-03-28 15:10:21 -0400
committerRussell Bryant <russell@ovn.org>2016-03-29 10:28:16 -0700
commit4250ee37d23c601e84e2db12e317dc4bc9e75d0c (patch)
treed877a203c838f1b2a5b8c808d1581fc7599bdc3a /ovn/ovn-sb.xml
parentd87e05ff94b7de0db39ce3c589036236041ac8fc (diff)
downloadopenvswitch-4250ee37d23c601e84e2db12e317dc4bc9e75d0c.tar.gz
ovn: Add ovn-bridge-mappings to Chassis external_ids.
Publish ovn-controller's local bridge mappings configuration in the external_ids column of the Chassis table. Having this information available for reading is useful to applications integrating with OVN. Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ovn/ovn-sb.xml')
-rw-r--r--ovn/ovn-sb.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ovn/ovn-sb.xml b/ovn/ovn-sb.xml
index d68f3f6b9..321bf5b53 100644
--- a/ovn/ovn-sb.xml
+++ b/ovn/ovn-sb.xml
@@ -172,6 +172,13 @@
ovn-controller-vtep will leave this column empty.
</column>
+ <column name="external_ids" key="ovn-bridge-mappings">
+ <code>ovn-controller</code> populates this key with the set of bridge
+ mappings it has been configured to use. Other applications should treat
+ this key as read-only. See <code>ovn-controller</code>(8) for more
+ information.
+ </column>
+
<group title="Common Columns">
The overall purpose of these columns is described under <code>Common
Columns</code> at the beginning of this document.