From: Richard W.M. Jones Date: Sat, 10 May 2014 12:37:01 +0000 (+0100) Subject: mclu build: Print the node that we started the guest on. X-Git-Url: http://git.annexia.org/?p=mclu.git;a=commitdiff_plain;h=133c780345463d7f04ab77f9552c30a97eacc32d mclu build: Print the node that we started the guest on. --- 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