Add all the TripleO projects.

I'd like to be able to eyeball TripleO reviews with the reviewday
heuristics (and possibly tweak those in future...).

Change-Id: If4faf9ebe0b1bc538a17b951133a9d7f3f8e189b
This commit is contained in:
Robert Collins 2013-10-16 15:44:37 +13:00
parent 13fdc40a96
commit e047ff8447
1 changed files with 6 additions and 4 deletions

View File

@ -24,10 +24,12 @@ projects = {}
cur_timestamp = time()
for project in ['nova', 'glance', 'keystone', 'swift', 'neutron', 'cinder',
'tempest', 'heat', 'ceilometer', 'horizon',
'tripleo-incubator', 'tripleo-image-elements',
'tripleo-heat-elements', 'diskimage-builder']:
'tempest', 'heat', 'horizon', 'ceilometer',
'diskimage-builder', 'os-apply-config', 'os-collect-config',
'os-refresh-config', 'python-tuskarclient',
'tripleo-heat-templates', 'tripleo-image-elements',
'tripleo-incubator', 'tuskar', 'tuskar-ui',
]:
if project not in projects:
projects[project] = []
for review in gerrit_reviews(project):