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: Ibf57ccd514b35dd31d9a8482aaab2b0b845d0d5f
This commit is contained in:
Ian Wienand 2019-03-24 20:35:35 +00:00
parent 31b87219c8
commit a3f90db284
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ main ()
cd ./fuel-ccp-installer
if [ "$FUEL_CCP_COMMIT" ]; then
git fetch git://git.openstack.org/openstack/fuel-ccp-installer $FUEL_CCP_COMMIT && git checkout FETCH_HEAD
git fetch https://git.openstack.org/openstack/fuel-ccp-installer $FUEL_CCP_COMMIT && git checkout FETCH_HEAD
fi
echo "Running on $NODE_NAME: $ENV_NAME"

View File

@ -27,7 +27,7 @@ to be installed within virtual environment.
.. code::
$ git clone git://git.openstack.org/openstack/oslo.messaging
$ git clone https://git.openstack.org/openstack/oslo.messaging
$ cd oslo.messaging/
$ virtualenv .venv
$ source .venv/bin/activate