mclu build: Print the node that we started the guest on.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 10 May 2014 12:37:01 +0000 (13:37 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 10 May 2014 12:37:19 +0000 (13:37 +0100)
mclu_build.py

index 97b3ade..5ae8bae 100644 (file)
@@ -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