From c0a8e7e49d785fa4e07155c16b7a808ae538d42e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 9 Nov 2019 00:30:26 +0000 Subject: [PATCH] Drop another place where openshift_pseudohosts_stg is. Signed-off-by: Kevin Fenzi --- filter_plugins/fedmsg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filter_plugins/fedmsg.py b/filter_plugins/fedmsg.py index 248d5640f9..7808bffc65 100644 --- a/filter_plugins/fedmsg.py +++ b/filter_plugins/fedmsg.py @@ -9,9 +9,9 @@ def invert_fedmsg_policy(groups, vars, env): """ if env == 'staging': - hosts = groups['all'] + groups['staging'] + groups['fedmsg_qa_network_stg'] + groups['openshift_pseudohosts_stg'] + hosts = groups['all'] + groups['staging'] + groups['fedmsg_qa_network_stg'] else: - hosts = [h for h in groups['all'] if h not in groups['staging'] + groups['openshift_pseudohosts_stg']] + hosts = [h for h in groups['all'] if h not in groups['staging']] inverted = {} for host in hosts: