summaryrefslogtreecommitdiff
path: root/clustering/consul.py
diff options
context:
space:
mode:
Diffstat (limited to 'clustering/consul.py')
-rw-r--r--clustering/consul.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clustering/consul.py b/clustering/consul.py
index e96e7524..27c3e842 100644
--- a/clustering/consul.py
+++ b/clustering/consul.py
@@ -332,7 +332,7 @@ def get_consul_api(module, token=None):
return consul.Consul(host=module.params.get('host'),
port=module.params.get('port'),
scheme=module.params.get('scheme'),
- validate_certs=module.params.get('validate_certs'),
+ verify=module.params.get('validate_certs'),
token=module.params.get('token'))