Revision 052783ff lib/hypervisor/hv_lxc.py

b/lib/hypervisor/hv_lxc.py
395 395
    return objects.InstanceConsole(instance=instance.name,
396 396
                                   kind=constants.CONS_SSH,
397 397
                                   host=instance.primary_node,
398
                                   user=constants.GANETI_RUNAS,
398
                                   user=constants.SSH_CONSOLE_USER,
399 399
                                   command=["lxc-console", "-n", instance.name])
400 400

  
401 401
  def Verify(self):

Also available in: Unified diff