update git.openstack in _DEFAULT_REQS_DIR

This patch changes the _DEFAULT_REQS_DIR constant to use opendev.org
rather than git.openstack.org in project-requirements-change.py to
address failures such as [1].

[1] http://logs.openstack.org/09/653009/5/check/requirements-check/
cb0e2ad/job-output.txt.gz#_2019-04-22_15_02_24_958181

Change-Id: I8ecadff2737a40d5dece4c7511ebe54a5efddf64
This commit is contained in:
Boden R 2019-04-22 09:32:41 -06:00
parent fb8f620fe3
commit 674e97a631
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def run_command(cmd):
_DEFAULT_REQS_DIR = os.path.expanduser(
'~/src/git.openstack.org/openstack/requirements')
'~/src/opendev.org/openstack/requirements')
def grab_args():