Merge "Revert "Make git.openstack.org as default git server""

This commit is contained in:
Zuul 2019-04-26 08:03:10 +00:00 committed by Gerrit Code Review
commit 68048cfe5a
1 changed files with 0 additions and 3 deletions

View File

@ -51,9 +51,6 @@ def process(host, changes, branch):
continue
if params[0] in [i['project'] for i in output]:
continue
# https://bugs.launchpad.net/tripleo/+bug/1676853
if '.opendev.org' in host:
host = 'https://opendev.org'
# add URL prefix if only the bare hostname is given
if host.find('://') == -1:
host = ''.join(['https://', host])