git.annexia.org
/
mclu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f19d70a
)
mclu build: Print the node that we started the guest on.
author
Richard W.M. Jones
<rjones@redhat.com>
Sat, 10 May 2014 12:37:01 +0000
(13:37 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sat, 10 May 2014 12:37:19 +0000
(13:37 +0100)
mclu_build.py
patch
|
blob
|
history
diff --git
a/mclu_build.py
b/mclu_build.py
index
97b3ade
..
5ae8bae
100644
(file)
--- 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