From c2878797a75c5dc32cdc4c1d347e62a3312e4936 Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Wed, 24 Aug 2016 23:29:49 +0900 Subject: [PATCH] [doc]Add description for multi-backend URI Add description for multi-backend URI Change-Id: Ifc3687739cd65bdfbca015ab27f2187ad0b1a60b --- doc/source/api.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/source/api.rst b/doc/source/api.rst index 0e4232a..d4863fa 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -180,8 +180,10 @@ Available commands: $ osprofiler trace show --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 --connection-str= --json/--html + $ osprofiler trace show --connection-string= --json/--html