Revision 1f5557ca lib/hypervisor/hv_xen.py

b/lib/hypervisor/hv_xen.py
421 421
                                   kind=constants.CONS_SSH,
422 422
                                   host=instance.primary_node,
423 423
                                   user=constants.GANETI_RUNAS,
424
                                   command=[constants.XM_CONSOLE_WRAPPER,
425
                                            instance.name])
424
                                   command=[constants.XEN_CONSOLE_WRAPPER,
425
                                            constants.XEN_CMD, instance.name])
426 426

  
427 427
  def Verify(self):
428 428
    """Verify the hypervisor.

Also available in: Unified diff