Browse code

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

Change-Id: Ifcfce490edb3d77e4e436e002d35bc909e1a057c

Mark McClain authored on 2019/05/08 01:12:29
Showing 1 changed files
... ...
@@ -237,7 +237,7 @@ WSGI_MODE=${WSGI_MODE:-"uwsgi"}
237 237
 # ------------
238 238
 
239 239
 # Base GIT Repo URL
240
-GIT_BASE=${GIT_BASE:-https://git.openstack.org}
240
+GIT_BASE=${GIT_BASE:-https://opendev.org}
241 241
 
242 242
 # The location of REQUIREMENTS once cloned
243 243
 REQUIREMENTS_DIR=$DEST/requirements