summaryrefslogtreecommitdiff
path: root/ovn
diff options
context:
space:
mode:
authorLi Wei <lw@cn.fujitsu.com>2016-06-02 09:09:42 +0800
committerRussell Bryant <russell@ovn.org>2016-06-03 11:16:30 -0400
commit2fe77f70ac110665af8d0b7d5b1365b4b4f486b2 (patch)
tree6a1ae75c135518ac04be7976ab7937f9ae772b98 /ovn
parenta478c4efef4da7f30bc559818712eeca6e2d00b3 (diff)
downloadopenvswitch-2fe77f70ac110665af8d0b7d5b1365b4b4f486b2.tar.gz
ovn-northd.8.xml: fix sock path of NB and SB database.
commit 60bdd01148e4 ("Separating OVN NB and SB database processes") introduced a separating OVN NB and SB database process, the path of sock files need to be updated. Fixes: 60bdd01148e4 ("Separating OVN NB and SB database processes") Signed-off-by: Li Wei <lw@cn.fujitsu.com> Signed-off-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'ovn')
-rw-r--r--ovn/northd/ovn-northd.8.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ovn/northd/ovn-northd.8.xml b/ovn/northd/ovn-northd.8.xml
index 2665ed542..1983812da 100644
--- a/ovn/northd/ovn-northd.8.xml
+++ b/ovn/northd/ovn-northd.8.xml
@@ -21,7 +21,8 @@
<h1>Configuration</h1>
<p>
<code>ovn-northd</code> requires a connection to the Northbound
- and Southbound databases. The default is <code>db.sock</code>
+ and Southbound databases. The defaults are <code>ovnnb_db.sock</code>
+ and <code>ovnsb_db.sock</code> respectively
in the local Open vSwitch's "run" directory. This may be
overridden with the following commands:
</p>