X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FWriteNetworkConfig.py;h=cef1f085e5f144b0f0ac2f2eee6748ceab0863d9;hb=373ed1b705da6b5eb52295d4215857ff923f0815;hp=6c3b2b8a25d980948061a67ea703b3d3ca5961a4;hpb=ae90b061f9faa600b546b0b3a320a8fe978b4741;p=bootmanager.git diff --git a/source/steps/WriteNetworkConfig.py b/source/steps/WriteNetworkConfig.py index 6c3b2b8..cef1f08 100644 --- a/source/steps/WriteNetworkConfig.py +++ b/source/steps/WriteNetworkConfig.py @@ -132,7 +132,7 @@ def Run( vars, log ): except : log.write(" .. Failed. Using old method. -- stack trace follows\n") traceback.print_exc(file=log.OutputFile) - bs= BootServerRequest.BootServerRequest() + bs= BootServerRequest.BootServerRequest(vars) if bs.BOOTSERVER_CERTS: print >> plc_config, "PLC_BOOT_HOST='%s'" % bs.BOOTSERVER_CERTS.keys()[0] print >> plc_config, "PLC_API_HOST='%s'" % host