From 0915444dd0952ded937d0bd29be784855274effc Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Mon, 23 Jul 2018 13:57:22 +1000 Subject: [PATCH] Create openstack-qa-owner alias to go to spam The current owner for openstack-qa is getting a lot of spame specifically from discard notifications. Instead of this going to a personal address, create a newer owner alias and have it go to spam. Change-Id: I2dbccccc6418811854badf6cda04aa94243e7e51 --- modules/openstack_project/manifests/lists.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 3565cbb432..d54aded97f 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -34,6 +34,7 @@ class openstack_project::lists( 'openstack-infra-owner' => 'spam', 'openstack-operators-owner' => 'spam', 'openstack-owner' => 'spam', + 'openstack-qa-owner' => 'spam', 'openstack-security-owner' => 'spam', 'openstack-tc-owner' => 'spam', 'openstack-vi-owner' => 'spam',