From af975e24daca5628eaa1e10d17ca935d2b762dad Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:32:43 +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: I2e669d323c5c4895c7ae864f29e5e08b87db3b17 --- devstack/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devstack/README.txt b/devstack/README.txt index 3f2dd10..b029644 100644 --- a/devstack/README.txt +++ b/devstack/README.txt @@ -60,7 +60,7 @@ LOG_COLOR=False disable_all_services enable_service rabbit mysql key tempest -enable_plugin broadview-collector git://git.openstack.org/openstack/broadview-collector +enable_plugin broadview-collector https://git.openstack.org/openstack/broadview-collector Restarting the Collector ------------------------ @@ -119,7 +119,7 @@ details. 2. Add the following the end of their local.conf: -enable_plugin broadview-collector git://git.openstack.org/openstack/broadview-collector +enable_plugin broadview-collector https://git.openstack.org/openstack/broadview-collector 3. Run devstack as usual with ./stack.sh