From 8ae3f4aee8f5146bf581f67557cd5a005fa1e706 Mon Sep 17 00:00:00 2001 From: zhouxinyong Date: Wed, 14 Nov 2018 02:30:17 +0800 Subject: [PATCH] Change http to https in reference link Change-Id: I125d82c15a588aba320347c4d6c6eb41c7edbcfd --- devstack/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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