Add support for liasons to project pages

Change-Id: I37cdcef4b46d5eaa621dc1626853e53b87329d00
Signed-off-by: Graham Hayes <gr@ham.ie>
This commit is contained in:
Graham Hayes 2019-06-28 12:33:35 +01:00
parent 4bff6be36a
commit 5c853172f5
No known key found for this signature in database
GPG Key ID: 1B263DC59F4AEFD5
3 changed files with 7 additions and 0 deletions

View File

@ -51,6 +51,9 @@ def _team_to_rst(name, info):
service = info.get('service')
if service:
yield ':Service: ' + service
liasons = info.get('liasons')
if liasons:
yield ':Liasons: ' + ", ".join(liasons)
yield ''
mission = info.get('mission', '').rstrip()
if mission:

View File

@ -53,6 +53,7 @@ class Team(object):
dn: Deliverable(dn, di, self)
for dn, di in self.data.get('deliverables', {}).items()
}
self.liasons = data.get('liasons', [])
@property
def tags(self):

View File

@ -31,6 +31,9 @@ Release Management:
versioning rules and tools, then enabling project teams to produce
their own releases.
url: https://wiki.openstack.org/wiki/Release_Management
liasons:
- zaneb
- ttx
tags:
- team:diverse-affiliation
deliverables: