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: I20fecabb1a3f4052c91fc52c0d8ef265accd72c3
This commit is contained in:
Ian Wienand 2019-03-24 20:35:17 +00:00
parent 4e5dc439e4
commit cc1fe60fb5
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