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: I37f57d6c8b5c86ea87247dc0220c6030993633ec
This commit is contained in:
Ian Wienand 2019-03-24 20:36:08 +00:00 committed by Ilya Shakhat
parent 093931ff2d
commit ecd88a3967
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Start working
1. Clone the repo::
$ git clone git://git.openstack.org/openstack/shaker
$ git clone https://git.openstack.org/openstack/shaker
2. From the root of your workspace, check out a new branch to work on::

View File

@ -69,7 +69,7 @@ Shaker image can also be built using `diskimage-builder`_ tool.
#. Install disk-image-builder. Refer to `diskimage-builder installation`_
#. Clone Shaker repo:
``git clone git://git.openstack.org/openstack/shaker``
``git clone https://git.openstack.org/openstack/shaker``
#. Add search path for diskimage-builder elements:
``export ELEMENTS_PATH=shaker/shaker/resources/image_elements``
#. Build the image based on Ubuntu Xenial: