LUCreateInstance: the node list as return value
authorIustin Pop <iustin@google.com>
Fri, 19 Jun 2009 12:27:44 +0000 (14:27 +0200)
committerIustin Pop <iustin@google.com>
Fri, 19 Jun 2009 13:24:20 +0000 (15:24 +0200)
commit0889602611398a76c6d72f1196e51ff77402cad8
tree19268cae23927f1801293eafe71fb02219da1d7d
parent64c65a2a18fb36330cf688dbf50bf56b13983cda
LUCreateInstance: the node list as return value

Currently LUCreateInstance has no result; this patch changes it so that
both the normal result and the dry-run result is the node list of the
selected instance.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/cmdlib.py