From 40ca0cef032c3d6dc7eece4bdc0b5ca65e1ab4fc Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:36:27 +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: Ia9c5972de9eba9f9322aa389a2848b7ee364c07e --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 7d28eff..f48a0ca 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -50,7 +50,7 @@ ensure_swap #REPLACE_ENV export PROJECTS="openstack/os-xenapi $PROJECTS" -export DEVSTACK_LOCAL_CONFIG=${DEVSTACK_LOCAL_CONFIG:-"enable_plugin os-xenapi git://git.openstack.org/openstack/os-xenapi"} +export DEVSTACK_LOCAL_CONFIG=${DEVSTACK_LOCAL_CONFIG:-"enable_plugin os-xenapi https://git.openstack.org/openstack/os-xenapi"} export ZUUL_PROJECT=${ZUUL_PROJECT:-openstack/nova} export ZUUL_BRANCH=${ZUUL_BRANCH:-master}