summaryrefslogtreecommitdiffstats
path: root/filter_plugins/oo_filters.py
diff options
context:
space:
mode:
Diffstat (limited to 'filter_plugins/oo_filters.py')
-rw-r--r--filter_plugins/oo_filters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter_plugins/oo_filters.py b/filter_plugins/oo_filters.py
index 80bce80f0..4e4f7507c 100644
--- a/filter_plugins/oo_filters.py
+++ b/filter_plugins/oo_filters.py
@@ -253,7 +253,7 @@ class FilterModule(object):
server_ip = host_info['openshift']['common']['ip']
server_port = host_info['openshift']['master']['api_port']
server['address'] = "%s:%s" % (server_ip, server_port)
- server['opts'] = 'check ssl verify none'
+ server['opts'] = 'check'
servers.append(server)
return servers