From 9d70d187587e9014492feca2a79ce629b79f02c0 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:36:00 +0000 Subject: [PATCH] Replace openstack.org git:// URLs with https:// This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I8578bb3afed97e5227efd8f7989505d1a424d76f --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0bdb9a57..fc08af75 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ is required for connecting with Openstack. Devstack Installation --------------------- 1. Add the following line in `local.conf` to include ranger repository in your devstack. - `enable_plugin ranger git://git.openstack.org/openstack/ranger` + `enable_plugin ranger https://git.openstack.org/openstack/ranger` 2. Make sure `MYSQL_PASSWORD` is included for creating and accessing the database.