Julien Danjou f2708b4ad2 storage: always use get_connection_from_config()
There's no way to connect to a backend only using an URL, because of
parameters such as mongodb_replicaset, etc. So we just remove
get_connection(url) function and always relies on
get_connection_from_config(conf).

Change-Id: I39fabbc78325709150dc7f4edb474c7bd9501205
2015-07-28 12:34:59 +02:00
..