Revision 3329f4de lib/hypervisor/hv_fake.py

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

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

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

Also available in: Unified diff