Adds use of uri in connection to MongoDB instead of host and port 23/6923/1
authorBenjamin Diaz <bdiaz@whitestack.com>
Tue, 20 Nov 2018 14:18:43 +0000 (11:18 -0300)
committerBenjamin Diaz <bdiaz@whitestack.com>
Tue, 20 Nov 2018 14:18:43 +0000 (11:18 -0300)
MON now uses a mongodb uri to connect to the database. This allows to use uris
that define either a single node db or a replica set, allowing for HA
scenarios.

Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>

No differences found