summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhouxinyong <zhouxinyong@inspur.com>2018-11-14 02:30:17 +0800
committerTovin Seven <tovin07@gmail.com>2018-12-15 02:07:17 +0000
commit8ae3f4aee8f5146bf581f67557cd5a005fa1e706 (patch)
treef53b8cad996bd8ff340bd4a0d05bdb907b40f554
parent1657840f9fd87074c0a20f7f323ca10dd988ef4e (diff)
downloadosprofiler-8ae3f4aee8f5146bf581f67557cd5a005fa1e706.tar.gz
Change http to https in reference link
Change-Id: I125d82c15a588aba320347c4d6c6eb41c7edbcfd
-rw-r--r--devstack/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/README.rst b/devstack/README.rst
index 2fcdc1b..f226f0d 100644
--- a/devstack/README.rst
+++ b/devstack/README.rst
@@ -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
-``http://git.openstack.org/cgit/openstack/osprofiler/tree/osprofiler/drivers``.
+``https://git.openstack.org/cgit/openstack/osprofiler/tree/osprofiler/drivers``.
Example: enable ElasticSearch driver with the server running on localhost::
OSPROFILER_CONNECTION_STRING=elasticsearch://127.0.0.1:9200