Merge "Add support for liasons to project pages"
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user