From 9a50e081cb9bc27ec573bda5ad00beff64b23dec Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:35:16 +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: I6d5e48e7c8e3d19f6f5c78931ce8d884f1317b0b --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 005ac07..af41129 100644 --- a/README.rst +++ b/README.rst @@ -139,10 +139,10 @@ Quick Start :: # install it - sudo pip install -U git+git://git.openstack.org/openstack/os-apply-config.git + sudo pip install -U git+https://git.openstack.org/openstack/os-apply-config.git # grab example templates - git clone git://git.openstack.org/openstack/tripleo-image-elements /tmp/config + git clone https://git.openstack.org/openstack/tripleo-image-elements /tmp/config # run it os-apply-config -t /tmp/config/elements/nova/os-apply-config/ -m /tmp/config/elements/seed-stack-config/config.json -o /tmp/config_output