From 47a6db9bd7fd75776fdce04213abdcf54943e162 Mon Sep 17 00:00:00 2001
From: Apollon Oikonomopoulos <apollon@noc.grnet.gr>
Date: Mon, 18 Apr 2011 17:28:01 +0300
Subject: [PATCH] bootstrap: initialize network configuration to an empty dict

Signed-off-by: Apollon Oikonomopoulos <apollon@noc.grnet.gr>
---
 lib/bootstrap.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bootstrap.py b/lib/bootstrap.py
index 98f449b18..8a6da1945 100644
--- a/lib/bootstrap.py
+++ b/lib/bootstrap.py
@@ -527,6 +527,7 @@ def InitConfig(version, cluster_config, master_node_config,
                                    nodegroups=nodegroups,
                                    nodes=nodes,
                                    instances={},
+                                   networks={},
                                    serial_no=1,
                                    ctime=now, mtime=now)
   utils.WriteFile(cfg_file,
-- 
GitLab