From 371a25328525ac16677ad721f725e81628f9d941 Mon Sep 17 00:00:00 2001 From: Mark McClain Date: Tue, 7 May 2019 12:12:29 -0400 Subject: [PATCH] Change the GIT_BASE default to https://opendev.org Change-Id: Ifcfce490edb3d77e4e436e002d35bc909e1a057c --- stackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackrc b/stackrc index 3432fb6228..4fc31a3d39 100644 --- a/stackrc +++ b/stackrc @@ -237,7 +237,7 @@ WSGI_MODE=${WSGI_MODE:-"uwsgi"} # ------------ # Base GIT Repo URL -GIT_BASE=${GIT_BASE:-https://git.openstack.org} +GIT_BASE=${GIT_BASE:-https://opendev.org} # The location of REQUIREMENTS once cloned REQUIREMENTS_DIR=$DEST/requirements