From 133c780345463d7f04ab77f9552c30a97eacc32d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 10 May 2014 13:37:01 +0100 Subject: [PATCH] mclu build: Print the node that we started the guest on. --- mclu_build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mclu_build.py b/mclu_build.py index 97b3ade..5ae8bae 100644 --- a/mclu_build.py +++ b/mclu_build.py @@ -119,3 +119,4 @@ def run (c, args, nodes): # Start the guest. lib.start_guest (c, node, vm_name) + print "guest built and started on node %s" % node.name -- 1.8.3.1