ovs-ctl: Fix implementation of --extra-dbs.
authorHenry Mai <hmai@nicira.com>
Fri, 19 Oct 2012 17:22:42 +0000 (10:22 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 19 Oct 2012 17:41:53 +0000 (10:41 -0700)
commit4206b80f6444ceef47ceb9e1a6b88a40eabacb1f
tree895404c16f0518ccbd1f2164b8792acfbda4a8d2
parent4cceacb94cfc1d75a961d3d746d2ae369c397ae5
ovs-ctl: Fix implementation of --extra-dbs.

Commit b4e8d1705 (ovsdb-server: Add support for multiple databases.)
added the --extra-dbs option to ovs-ctl but failed to add a specific
database name to the SSL options passed to ovsdb-server.  This meant
that ovsdb-server would fail to start if --extra-dbs were actually
used, because it didn't know which database to look in for the SSL
settings.

Signed-off-by: Henry Mai <hmai@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
ovsdb/ovsdb-server.1.in
utilities/ovs-ctl.in