Skip to content
Snippets Groups Projects
Commit 47a6db9b authored by Apollon Oikonomopoulos's avatar Apollon Oikonomopoulos
Browse files

bootstrap: initialize network configuration to an empty dict


Signed-off-by: default avatarApollon Oikonomopoulos <apollon@noc.grnet.gr>
parent 679cba3a
No related branches found
No related tags found
No related merge requests found
...@@ -527,6 +527,7 @@ def InitConfig(version, cluster_config, master_node_config, ...@@ -527,6 +527,7 @@ def InitConfig(version, cluster_config, master_node_config,
nodegroups=nodegroups, nodegroups=nodegroups,
nodes=nodes, nodes=nodes,
instances={}, instances={},
networks={},
serial_no=1, serial_no=1,
ctime=now, mtime=now) ctime=now, mtime=now)
utils.WriteFile(cfg_file, utils.WriteFile(cfg_file,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment