From: Daniel Hokka Zakrisson Date: Mon, 15 Dec 2008 22:05:06 +0000 (+0000) Subject: Use the correct variable. X-Git-Tag: BootManager-4.3-2~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f901241a99a01377b7371a645f483c68900cb7b6;p=bootmanager.git Use the correct variable. --- diff --git a/source/steps/WriteNetworkConfig.py b/source/steps/WriteNetworkConfig.py index 4f3af8e..7f89f81 100644 --- a/source/steps/WriteNetworkConfig.py +++ b/source/steps/WriteNetworkConfig.py @@ -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")