xm, xenapi: Fix a problem in xm client for domain shutdown
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 30 Jul 2008 08:23:11 +0000 (09:23 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 30 Jul 2008 08:23:11 +0000 (09:23 +0100)
commit78130b8a28e13c6a773cac7429dfba4a1f3c3e26
tree4354d84bea0f793c07f2520714a7f56d4b76f05d
parentcacc71b1730ef62500480671014c1e64300e0871
xm, xenapi: Fix a problem in xm client for domain shutdown

Xm did not shut down domains anymore when run in xen-api mode due to a
'None' parameter being passed to xend when looking up a domain. This
fixes the problem.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/python/xen/xm/shutdown.py