]> git.proxmox.com Git - mirror_ovs.git/commit
sandbox: disable ssl for backup ovn southbound db
authorLance Richardson <lrichard@redhat.com>
Tue, 13 Jun 2017 17:51:06 +0000 (13:51 -0400)
committerBen Pfaff <blp@ovn.org>
Tue, 13 Jun 2017 19:43:24 +0000 (12:43 -0700)
commit81d392187ff42c66932e80d471febdb29a0b22d2
treeeba164273208bc00b897e566413a322221409356
parentadafc876939525ef1ce1474096d51f5401e5a86f
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>
tutorial/ovs-sandbox