From 51cb5aa4acfe5ecfc8e3fa6bb9dc7c798bed35c6 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:35:18 +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: I8446d73326d833915374836c6ec1f5d6d46bc8de --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d0568d1..d1337de 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,7 @@ Quick Start Install:: - sudo pip install -U git+git://git.openstack.org/openstack/os-collect-config.git + sudo pip install -U git+https://git.openstack.org/openstack/os-collect-config.git Run it on an OpenStack instance with access to ec2 metadata::