From: Thierry Parmentelat Date: Tue, 26 Feb 2013 16:14:17 +0000 (+0100) Subject: just print out node's 'virt' as gotten from GetNodeFlavour X-Git-Tag: bootmanager-5.2-1~6 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=8318a5f089f7dff2d22e31946680fc33dd7da745 just print out node's 'virt' as gotten from GetNodeFlavour --- diff --git a/source/steps/InstallBootstrapFS.py b/source/steps/InstallBootstrapFS.py index c157db4..d22ed2a 100644 --- a/source/steps/InstallBootstrapFS.py +++ b/source/steps/InstallBootstrapFS.py @@ -96,6 +96,7 @@ def Run( vars, log ): except: raise BootManagerException ("Could not call GetNodeFlavour - need PLCAPI-5.0") + log.write ("Retrieved 'virt' style %s from GetNodeFlavour\n"%node_flavour['virt']) # the 'plain' option is for tests mostly if plain: download_suffix=".tar"