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: I37a7c44da90e2067adf7b99154fb21e534e4f504
This commit is contained in:
Ian Wienand 2019-03-24 20:34:14 +00:00
parent 93cd3ac9ec
commit 589854bd98
2 changed files with 3 additions and 3 deletions

View File

@ -23,8 +23,8 @@ sudo pip install python-monascaclient
#Handle if http_proxy is set
if [ $http_proxy ]; then
git config --global url.https://git.openstack.org/.insteadOf git://git.openstack.org/
sudo git config --global url.https://git.openstack.org/.insteadOf git://git.openstack.org/
git config --global url.https://git.openstack.org/.insteadOf https://git.openstack.org/
sudo git config --global url.https://git.openstack.org/.insteadOf https://git.openstack.org/
protocol=`echo $http_proxy | awk -F: '{print $1}'`
host=`echo $http_proxy | awk -F/ '{print $3}' | awk -F: '{print $1}'`
port=`echo $http_proxy | awk -F/ '{print $3}' | awk -F: '{print $2}'`

View File

@ -39,7 +39,7 @@ enable_service monasca-agent
enable_service monasca-cli
# This line will enable all of Monasca.
enable_plugin monasca-api git://git.openstack.org/openstack/monasca-api stable/rocky
enable_plugin monasca-api https://git.openstack.org/openstack/monasca-api stable/rocky
# the following may be disabled to leave monasca transform still functional
#disable_service monasca-persister