Revision 052783ff lib/hypervisor/hv_chroot.py

b/lib/hypervisor/hv_chroot.py
273 273
    return objects.InstanceConsole(instance=instance.name,
274 274
                                   kind=constants.CONS_SSH,
275 275
                                   host=instance.primary_node,
276
                                   user=constants.GANETI_RUNAS,
276
                                   user=constants.SSH_CONSOLE_USER,
277 277
                                   command=["chroot", root_dir])
278 278

  
279 279
  def Verify(self):

Also available in: Unified diff