Revision 052783ff lib/hypervisor/hv_xen.py

b/lib/hypervisor/hv_xen.py
421 421
    return objects.InstanceConsole(instance=instance.name,
422 422
                                   kind=constants.CONS_SSH,
423 423
                                   host=instance.primary_node,
424
                                   user=constants.GANETI_RUNAS,
424
                                   user=constants.SSH_CONSOLE_USER,
425 425
                                   command=[pathutils.XM_CONSOLE_WRAPPER,
426 426
                                            instance.name])
427 427

  

Also available in: Unified diff