Merge "Add last_release to the tc_fmt_args dict()"

This commit is contained in:
Zuul 2018-09-06 00:00:06 +00:00 committed by Gerrit Code Review
commit 23ad00b726
1 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ tc_fmt_args = dict(
time_frame=time_frame,
start_release=start_release,
end_release=end_release,
last_release=end_release.lower(),
start_nominations=utils.get_event('TC Nominations')['start_str'],
end_nominations=utils.get_event('TC Nominations')['end_str'],
campaign_start=utils.get_event('TC Campaigning')['start_str'],
@ -294,7 +295,7 @@ Thank you,
[1] http://governance.openstack.org/election/#how-to-submit-your-candidacy
[2] http://www.openstack.org/community/members/
[3] https://governance.openstack.org/tc/reference/projects/
[4] https://releases.openstack.org/%(release)s/schedule.html#p-extra-atcs
[4] https://releases.openstack.org/%(last_release)s/schedule.html#p-extra-atcs
[5] https://governance.openstack.org/election/
[6] http://governance.openstack.org/election/#election-officials""" # noqa