Changed default review url
Change-Id: Iff57afe52c1a6344ee37f3d89fb15feb8cec703d
This commit is contained in:
@@ -299,7 +299,7 @@ def make_commit_message(record):
|
||||
module = record['module']
|
||||
# NOTE(aostapenko) Keeping default value here not to brake links
|
||||
# with existing storage data
|
||||
gerrit_hostname = record.get('gerrit_hostname', 'review.openstack.org')
|
||||
gerrit_hostname = record.get('gerrit_hostname', 'review.opendev.org')
|
||||
|
||||
s = utils.format_text(s)
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ returned.
|
||||
Fixes bug <a href="https://bugs.launchpad.net/bugs/1076801" class="ext_link">\
|
||||
1076801</a>
|
||||
''' + (
|
||||
'Change-Id: <a href="http://review.openstack.org/#/q/'
|
||||
'Change-Id: <a href="http://review.opendev.org/#/q/'
|
||||
'Ie49ccd2138905e178843b375a9b16c3fe572d1db" class="ext_link">'
|
||||
'Ie49ccd2138905e178843b375a9b16c3fe572d1db</a>')
|
||||
|
||||
@@ -108,7 +108,7 @@ Implemented new driver for Cinder <:
|
||||
Implements Blueprint ''' + (
|
||||
'<a href="https://blueprints.launchpad.net/cinder/+spec/'
|
||||
'super-driver" class="ext_link">super-driver</a>' + '\n' +
|
||||
'Change-Id: <a href="http://review.openstack.org/#/q/'
|
||||
'Change-Id: <a href="http://review.opendev.org/#/q/'
|
||||
'Ie49ccd2138905e178843b375a9b16c3fe572d1db" class="ext_link">'
|
||||
'Ie49ccd2138905e178843b375a9b16c3fe572d1db</a>')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user