Revision 030a9cb8 lib/hypervisor/hv_xen.py

b/lib/hypervisor/hv_xen.py
303 303
                                   kind=constants.CONS_SSH,
304 304
                                   host=instance.primary_node,
305 305
                                   user=constants.GANETI_RUNAS,
306
                                   command=["xm", "console", instance.name])
306
                                   command=[constants.XM_CONSOLE_WRAPPER,
307
                                            instance.name])
307 308

  
308 309
  def Verify(self):
309 310
    """Verify the hypervisor.

Also available in: Unified diff