Merge "Add storyboard task to Gerrit tracking id"

This commit is contained in:
Jenkins 2016-08-03 16:45:10 +00:00 committed by Gerrit Code Review
commit e992be247b

View File

@ -155,11 +155,17 @@ class openstack_project::gerrit (
its_rules => $its_rules,
trackingids => [
{
name => 'storyboard',
name => 'storyboard-story',
footer => 'story:',
match => '\\#?(\\d+)',
system => 'Storyboard',
},
{
name => 'storyboard-task',
footer => 'task:',
match => '\\#?(\\d+)',
system => 'Storyboard',
},
],
war => $war,
contactstore => $contactstore,