Drop another place where openshift_pseudohosts_stg is.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
082d1316bf
commit
c0a8e7e49d
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue