summaryrefslogtreecommitdiff
path: root/tools/compileconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/compileconfig.py')
-rwxr-xr-xtools/compileconfig.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/compileconfig.py b/tools/compileconfig.py
index 47da7f6..f8d1d39 100755
--- a/tools/compileconfig.py
+++ b/tools/compileconfig.py
@@ -325,7 +325,6 @@ def gen_config(nodename, config, localconfig):
allowed_clients += allowed_clients_signing(frontendnodenames, primarymergenodename)
services = [Symbol("sign")]
if "mergenodes" in nodetype:
- storagenodenames = [node["name"] for node in config["storagenodes"]]
plopconfig.append((Symbol("storage_nodes"), storagenodeaddresses))
plopconfig.append((Symbol("storage_nodes_quorum"), config["storage-quorum-size"]))
services.add(Symbol("ht"))