Workaround for its-storyboard change-restored event

The change-restored event isn't getting process by the its-storyboard
plugin due to spaces in the config string.  This is a bug in plugin
and should be fixed. Until then this change is a workaround so that the
change-restored event will get processed.

Change-Id: Ic4489d029ce8409520f16c23a676125c7b3ab164
This commit is contained in:
Khai Do 2016-08-09 10:49:32 -07:00
parent 391a0c46df
commit 3e93a9c15b
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ class openstack_project::review (
},
{
name => 'change_in_progress',
event_type => 'patchset-created, change-restored',
event_type => 'patchset-created,change-restored',
action => 'set-status REVIEW',
},
{

View File

@ -150,7 +150,7 @@ class openstack_project::review_dev (
},
{
name => 'change_in_progress',
event_type => 'patchset-created, change-restored',
event_type => 'patchset-created,change-restored',
action => 'set-status REVIEW',
},
{