just print out node's 'virt' as gotten from GetNodeFlavour
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 26 Feb 2013 16:14:17 +0000 (17:14 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 26 Feb 2013 16:14:17 +0000 (17:14 +0100)
source/steps/InstallBootstrapFS.py

index c157db4..d22ed2a 100644 (file)
@@ -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"