From e79be2e21c19791c0e6c9f82a81e827de996a8be Mon Sep 17 00:00:00 2001 From: Morten Kaae <37534541+MortenKaae@users.noreply.github.com> Date: Tue, 2 Mar 2021 22:26:30 +0100 Subject: [PATCH] Removed http.enabled --- hotel_elasticsearch/configuration.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hotel_elasticsearch/configuration.py b/hotel_elasticsearch/configuration.py index 25c1f44..5a02bd9 100644 --- a/hotel_elasticsearch/configuration.py +++ b/hotel_elasticsearch/configuration.py @@ -15,7 +15,6 @@ def __init__(self, cluster, config_file="/etc/elasticsearch/elasticsearch.yml"): self['node']['roles'].append('data') if cluster.master: self['node']['roles'].append('master') - self['http.enabled'] = not (cluster.data and cluster.master) or (cluster.data and cluster.master) def save(self): """