diff options
author | Linus Nordberg <linus@nordu.net> | 2017-01-24 09:33:26 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-01-24 09:33:26 +0100 |
commit | 6df4a9012f03af16779ae4172831367881b4090b (patch) | |
tree | b61c90dd2012896ca2f1c4b97c27b38de528a80e /tools/compileconfig.py | |
parent | da9b79cb449caf73f2d27c88a453fea2b3bf1e3f (diff) |
Remove an unused variable.
Diffstat (limited to 'tools/compileconfig.py')
-rwxr-xr-x | tools/compileconfig.py | 1 |
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")) |