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: Id4587acdd0432afbda288280a782641da516be1f
This commit is contained in:
Ian Wienand 2019-03-24 20:36:04 +00:00
parent dc99300055
commit f65805cfdd
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ SWIFT_REPLICAS=1
SWIFT_LOOPBACK_DISK_SIZE=80G
# Enable Heat API
enable_plugin heat git://git.openstack.org/openstack/heat
enable_plugin heat https://git.openstack.org/openstack/heat
CINDER_SECURE_DELETE=False
VOLUME_BACKING_FILE_SIZE=100000M

View File

@ -42,7 +42,7 @@ fi
if [ -z "$GIT_ORIGIN" ] || [ -n "$ZUUL_NEWREV" ]; then
GIT_ORIGIN="$GERRIT_SITE/p"
# git://git.openstack.org/
# https://git.openstack.org/
# https://review.openstack.org/p
fi