From 8318a5f089f7dff2d22e31946680fc33dd7da745 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 26 Feb 2013 17:14:17 +0100 Subject: [PATCH] just print out node's 'virt' as gotten from GetNodeFlavour --- source/steps/InstallBootstrapFS.py | 1 + 1 file changed, 1 insertion(+) 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" -- 2.43.0