Revision 61631293 lib/hypervisor/hv_xen.py

b/lib/hypervisor/hv_xen.py
307 307
                                   kind=constants.CONS_SSH,
308 308
                                   host=instance.primary_node,
309 309
                                   user=constants.GANETI_RUNAS,
310
                                   command=["xm", "console", instance.name])
310
                                   command=[constants.XM_CONSOLE_WRAPPER,
311
                                            instance.name])
311 312

  
312 313
  def Verify(self):
313 314
    """Verify the hypervisor.

Also available in: Unified diff