From f65805cfddfe650e3f98aab7cd31b4da604437b6 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:36:04 +0000 Subject: [PATCH] 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 --- config/devstack/localrc | 2 +- config/nodepool/scripts/gerrit-git-prep.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/devstack/localrc b/config/devstack/localrc index 48f5cbf7..7ddb9c58 100644 --- a/config/devstack/localrc +++ b/config/devstack/localrc @@ -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 diff --git a/config/nodepool/scripts/gerrit-git-prep.sh b/config/nodepool/scripts/gerrit-git-prep.sh index ab535bde..3338ed5d 100755 --- a/config/nodepool/scripts/gerrit-git-prep.sh +++ b/config/nodepool/scripts/gerrit-git-prep.sh @@ -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