Revision 6df291d4 lib/hypervisor/hv_fake.py

b/lib/hypervisor/hv_fake.py
42 42
  """
43 43
  CAN_MIGRATE = True
44 44

  
45
  _ROOT_DIR = constants.RUN_DIR + "/ganeti-fake-hypervisor"
45
  _ROOT_DIR = constants.RUN_GANETI_DIR + "/fake-hypervisor"
46 46

  
47 47
  def __init__(self):
48 48
    hv_base.BaseHypervisor.__init__(self)

Also available in: Unified diff