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
This commit is contained in:
Ian Wienand 2019-03-24 20:35:16 +00:00
parent b7a2d9e46c
commit 9a50e081cb
1 changed files with 2 additions and 2 deletions

View File

@ -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