summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorLance Richardson <lrichard@redhat.com>2017-06-13 13:51:06 -0400
committerBen Pfaff <blp@ovn.org>2017-06-13 12:43:24 -0700
commit81d392187ff42c66932e80d471febdb29a0b22d2 (patch)
treeeba164273208bc00b897e566413a322221409356 /tutorial
parentadafc876939525ef1ce1474096d51f5401e5a86f (diff)
downloadopenvswitch-81d392187ff42c66932e80d471febdb29a0b22d2.tar.gz
sandbox: disable ssl for backup ovn southbound db
Since the sandbox environment was changed to enable SSL usage for OVN_Southbound connections, the backup southbound server emits the log message "socket_util|ERR|6642: bind: Address already in use" every 2.5 seconds. Fix by configuring the backup db server to not use remote configuration from the database (the unix: socket can still be used, as was the case before SSL was enabled). Fixes: 0ced2a5c5e47 ("sandbox: use ssl for ovn-controller to sb db connection") Signed-off-by: Lance Richardson <lrichard@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'tutorial')
-rwxr-xr-xtutorial/ovs-sandbox1
1 files changed, 0 insertions, 1 deletions
diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox
index 15a3a0a10..258ea9b87 100755
--- a/tutorial/ovs-sandbox
+++ b/tutorial/ovs-sandbox
@@ -372,7 +372,6 @@ if $ovn; then
rungdb $gdb_ovsdb $gdb_ovsdb_ex ovsdb-server --detach --no-chdir \
--pidfile="$sandbox"/ovnsb_db2.pid -vconsole:off \
--log-file="$sandbox"/ovnsb_db2.log \
- --remote=db:OVN_Southbound,SB_Global,connections \
--private-key=db:OVN_Southbound,SSL,private_key \
--certificate=db:OVN_Southbound,SSL,certificate \
--ca-cert=db:OVN_Southbound,SSL,ca_cert \