From 1e18e1f53734f5d18f70c8e82a71f8fc04652560 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 16 Jan 2017 16:17:04 -0500 Subject: [PATCH] add the liaison IRC nick to dashboard output Change-Id: Ie60a09f5f937198c004e4151d8f749757f337fb8 Signed-off-by: Doug Hellmann --- openstack_releases/cmds/dashboard.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openstack_releases/cmds/dashboard.py b/openstack_releases/cmds/dashboard.py index 080fa01e8a..38555447cc 100644 --- a/openstack_releases/cmds/dashboard.py +++ b/openstack_releases/cmds/dashboard.py @@ -73,6 +73,7 @@ def main(): 'Comments', 'PTL Nick', 'PTL Email', + 'Liaison Nick', 'IRC Channel') ) @@ -91,5 +92,6 @@ def main(): '', # Comments team.data['ptl']['irc'], team.data['ptl']['email'], + team.liaison[1] or '', team.data.get('irc-channel')) )