Use the correct variable.
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Mon, 15 Dec 2008 22:05:06 +0000 (22:05 +0000)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Mon, 15 Dec 2008 22:05:06 +0000 (22:05 +0000)
source/steps/WriteNetworkConfig.py

index 4f3af8e..7f89f81 100644 (file)
@@ -151,7 +151,7 @@ def Run( vars, log ):
     hosts_file= None
     
     data =  {'hostname': '%s.%s' % (hostname, domainname),
-             'networks': vars['NODE_NETWORKS']}
+             'networks': vars['INTERFACES']}
     plnet.InitInterfaces(logger(log), BootAPIWrap(vars), data, SYSIMG_PATH,
                          True, "BootManager")