Change the GIT_BASE default to https://opendev.org

Change-Id: Ifcfce490edb3d77e4e436e002d35bc909e1a057c
This commit is contained in:
Mark McClain 2019-05-07 12:12:29 -04:00 committed by Ian Wienand
parent d5634c4723
commit 371a253285

View File

@ -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