# HG changeset patch # User arun.sharma@intel.com[kaf24] # Date 1119518024 0 # Node ID 84b9630129d76e8e0539661f698d3718b326b1e3 # Parent 76346519b28e29b15d8d44774fb6b10882e8c41b bitkeeper revision 1.1729 (42ba7d48EFeRBiv6YMxK_aR9binchA) [PATCH] novnc-dryrun.patch Don't start VNC on a dry run. Signed-off-by: Arun Sharma diff -r 76346519b28e -r 84b9630129d7 tools/python/xen/xm/create.py --- a/tools/python/xen/xm/create.py Thu Jun 23 09:10:39 2005 +0000 +++ b/tools/python/xen/xm/create.py Thu Jun 23 09:13:44 2005 +0000 @@ -618,6 +618,7 @@ def main(argv): config = opts.vals.config else: opts.load_defconfig() + opts.vals.vnc = not opts.vals.dryrun preprocess(opts, opts.vals) if not opts.getopt('name') and opts.getopt('defconfig'): opts.setopt('name', os.path.basename(opts.getopt('defconfig')))