change default base url to use opendev.org

Change-Id: I1b4d0d46f20b2f076a5e0d6e049517aa3214a0d1
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2019-04-20 17:16:44 -04:00
parent 37c21e10ad
commit ba72dbe9f6
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def generate_dashboard_url(dashboard):
try:
baseurl = dashboard.get('dashboard', 'baseurl')
except configparser.NoOptionError:
baseurl = 'https://review.openstack.org/#/dashboard/?'
baseurl = 'https://review.opendev.org/#/dashboard/?'
url = baseurl
url += escape(urllib_parse.urlencode({'title': title,