summaryrefslogtreecommitdiff
path: root/devstack/README.rst
diff options
context:
space:
mode:
authorcaoyuan <cao.yuan@99cloud.net>2019-04-23 19:39:31 +0800
committerzhulingjie <easyzlj@gmail.com>2019-04-29 06:48:18 +0000
commitb0189254b1c20b1daa1ac81d38a998b364527075 (patch)
treed22f1d7f4708bc4edd7fad14a8556ff313b99a61 /devstack/README.rst
parent9847b8984a0e8ac9c325962431c08d7dddff13bc (diff)
downloadosprofiler-b0189254b1c20b1daa1ac81d38a998b364527075.tar.gz
Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Id2b126d0b66a24a099fb7f52aa819b4b0ac0f7c7
Diffstat (limited to 'devstack/README.rst')
-rw-r--r--devstack/README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/devstack/README.rst b/devstack/README.rst
index f226f0d..da83baf 100644
--- a/devstack/README.rst
+++ b/devstack/README.rst
@@ -38,14 +38,14 @@ file and add the following to ``[[local|localrc]]`` section:
* to use Redis collector::
- enable_plugin osprofiler https://git.openstack.org/openstack/osprofiler master
+ enable_plugin osprofiler https://opendev.org/openstack/osprofiler master
OSPROFILER_COLLECTOR=redis
OSProfiler plugin will install Redis and configure OSProfiler to use Redis driver
* to use specified driver::
- enable_plugin osprofiler https://git.openstack.org/openstack/osprofiler master
+ enable_plugin osprofiler https://opendev.org/openstack/osprofiler master
OSPROFILER_CONNECTION_STRING=<connection string value>
the driver is chosen depending on the value of
@@ -71,7 +71,7 @@ a comma-separated list of string values::
**OSPROFILER_CONNECTION_STRING** - connection string to identify the driver.
Default value is ``messaging://`` refers to messaging driver. For a full
list of drivers please refer to
-``https://git.openstack.org/cgit/openstack/osprofiler/tree/osprofiler/drivers``.
+``https://opendev.org/openstack/osprofiler/src/branch/master/osprofiler/drivers``.
Example: enable ElasticSearch driver with the server running on localhost::
OSPROFILER_CONNECTION_STRING=elasticsearch://127.0.0.1:9200