[doc]Add description for multi-backend URI

Add description for multi-backend URI

Change-Id: Ifc3687739cd65bdfbca015ab27f2187ad0b1a60b
This commit is contained in:
Atsushi SAKAI 2016-08-24 23:29:49 +09:00 committed by Alexey Yelistratov
parent 8027a1d3b7
commit c2878797a7
1 changed files with 4 additions and 2 deletions

View File

@ -180,8 +180,10 @@ Available commands:
$ osprofiler trace show <trace_id> --json/--html --out /path/to/file
* Using other storage drivers (e.g. MongoDB, ElasticSearch):
* Using other storage drivers (e.g. MongoDB (URI: ``mongodb://``),
Messaging (URI: ``messaging://``), and
Ceilometer (URI: ``ceilometer://``)):
.. parsed-literal::
$ osprofiler trace show <trace_id> --connection-str=<URI> --json/--html
$ osprofiler trace show <trace_id> --connection-string=<URI> --json/--html