Add aucs and extra-aucs examples

Working Groups and Teams can add aucs and extra-aucs
by following the examples in this patch. Add snippet to resolve
issue where chairs are not being iterated over. Remove unnecessary
paragraph tag.

Change-Id: If61184fe85849764198dc232ce05b87b97d8a5ed
Signed-off-by: Melvin Hillsman <mrhillsman@gmail.com>
This commit is contained in:
Melvin Hillsman 2017-07-01 00:38:37 -05:00
parent 82a4910403
commit 0738b5bfe6
3 changed files with 40 additions and 5 deletions

View File

@ -105,7 +105,14 @@ class TeamTable(Table):
# Iterate over the headers in the same order every time.
for h in self.HEADERS:
if h.lower() == "name":
cell = "<p><a href=\"%s\">%s</a>" % (all_teams[team]['url'], team)
cell = "<a href=\"%s\">%s</a>" % (all_teams[team]['url'], team)
entry = nodes.entry()
para = nodes.raw('', cell, format='html')
elif h.lower() == "chairs":
chairs = []
for chair in all_teams[team]['chairs']:
chairs.append("%s<br />" % (chair['name']))
cell = "".join(chairs)
entry = nodes.entry()
para = nodes.raw('', cell, format='html')
else:

View File

@ -1,6 +1,19 @@
Large Deployment Team:
chairs: Matt Van Winkle <vw@rackspace.com>
chairs:
- name: Matt Van Winkle
irc: VW
email: vw@rackspace.com
mission: >
To discuss the needs and issues of those running large OpenStack deployments.
url: https://wiki.openstack.org/wiki/Large_Deployment_Team
status: active
aucs:
- name:
irc:
email:
expires-in:
extra-aucs:
- name:
email:
expires-in:
comment:

View File

@ -1,7 +1,22 @@
AUC Recognition:
chairs: Shamail Tahir <itzshamail@gmail.com>, Maish Saidel-Keesing <maishsk@maishsk.com>
chairs:
- name: Shamail Tahir
irc: shamail
email: itzshamail@gmail.com
- name: Maish Saidel-Keesing
irc:
email: maishsk@maishsk.com
mission: >
To assist the User Committee with defining its constituency.
url: https://wiki.openstack.org/wiki/AUCRecognition
status: completed
aucs:
- name:
irc:
email:
expires-in:
extra-aucs:
- name:
email:
expires-in:
comment: