Add gnt-instance start --pause
authorStephen Shirley <diamond@google.com>
Thu, 23 Jun 2011 15:15:28 +0000 (17:15 +0200)
committerStephen Shirley <diamond@google.com>
Fri, 8 Jul 2011 12:15:43 +0000 (14:15 +0200)
commit323f9095b49db396fde35cbf184801e0eddaec1e
tree20f62efd608d6cdef362c455b41f979578a847a9
parentae082df0000a785b693b2f4aa434650a81a94bdf
Add gnt-instance start --pause

Creates the instance, but pauses execution before booting. This combined
with 'gnt-instance console' unpausing instances means that the entire
boot process can be viewed and monitored.

Signed-off-by: Stephen Shirley <diamond@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
14 files changed:
lib/backend.py
lib/cli.py
lib/client/gnt_instance.py
lib/cmdlib.py
lib/hypervisor/hv_base.py
lib/hypervisor/hv_chroot.py
lib/hypervisor/hv_fake.py
lib/hypervisor/hv_kvm.py
lib/hypervisor/hv_lxc.py
lib/hypervisor/hv_xen.py
lib/opcodes.py
lib/rpc.py
lib/server/noded.py
man/gnt-instance.rst