ovsdb-server: Make database name mandatory when specifying db paths.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 24 Jun 2013 15:38:22 +0000 (08:38 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 26 Jun 2013 17:46:37 +0000 (10:46 -0700)
commitfb6de52cd7054053f745a880f09607628fc3b7cd
treeaabdd4418e01d499e6b8367eeac9d8c38f041468
parenteeb36a52b4dbec1fb2ebdc13edf0f3d37fa216f4
ovsdb-server: Make database name mandatory when specifying db paths.

Currently, if we have just one database, we can optionally skip the
database name when providing the DB path for certain options (ex:
--remote=db:[db,]table,column). But in case we have multiple databases,
it is mandatory.

With this commit, we make the database name mandatory. This provides
increased flexibility for an upcoming commit that provides the ability
to add and remove databases during run time.

Feature #14595.
Acked-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
NEWS
ovsdb/ovsdb-server.1.in
ovsdb/ovsdb-server.c
tests/ovsdb-server.at