Revision 9d9bded1 lib/hypervisor/hv_xen.py

b/lib/hypervisor/hv_xen.py
32 32
from ganeti.hypervisor import hv_base
33 33
from ganeti import netutils
34 34
from ganeti import objects
35
from ganeti import pathutils
35 36

  
36 37

  
37 38
XEND_CONFIG_FILE = "/etc/xen/xend-config.sxp"
......
420 421
                                   kind=constants.CONS_SSH,
421 422
                                   host=instance.primary_node,
422 423
                                   user=constants.GANETI_RUNAS,
423
                                   command=[constants.XM_CONSOLE_WRAPPER,
424
                                   command=[pathutils.XM_CONSOLE_WRAPPER,
424 425
                                            instance.name])
425 426

  
426 427
  def Verify(self):
......
707 708
  """Xen HVM hypervisor interface"""
708 709

  
709 710
  ANCILLARY_FILES = XenHypervisor.ANCILLARY_FILES + [
710
    constants.VNC_PASSWORD_FILE,
711
    pathutils.VNC_PASSWORD_FILE,
711 712
    ]
712 713
  ANCILLARY_FILES_OPT = XenHypervisor.ANCILLARY_FILES_OPT + [
713
    constants.VNC_PASSWORD_FILE,
714
    pathutils.VNC_PASSWORD_FILE,
714 715
    ]
715 716

  
716 717
  PARAMETERS = {

Also available in: Unified diff