cinder/releasenotes/notes/new-osprofiler-call-0bb1a305c8e8f9cc.yaml
Alexey Yelistratov d48e967027 Support new osprofiler API
Add connection_string config option that allows to specify the address
of the notifier's storage engine.

Co-Authored-By: Tovin Seven <vinhnt@vn.fujitsu.com>

Change-Id: Ifdfe2649020c610c76b318351e9448ad777352d5
Depends-On: I77d0d3b5e9e725507916724dcd28d5fbc6f7f5c7
2016-12-15 15:46:56 +07:00

8 lines
265 B
YAML

---
upgrade:
- New config option added. ``"connection_string"`` in [profiler]
section is used to specify OSProfiler driver connection
string, for example,
``"connection_string = messaging://"``,
``"connection_string = mongodb://localhost:27017"``