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:
parent
dc99300055
commit
f65805cfdd
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user