Revision d76880d8 lib/hypervisor/hv_fake.py

b/lib/hypervisor/hv_fake.py
42 42
  a real virtualisation software installed.
43 43

  
44 44
  """
45
  PARAMETERS = {
46
    constants.HV_MIGRATION_MODE: hv_base.MIGRATION_MODE_CHECK,
47
    }
48

  
45 49
  CAN_MIGRATE = True
46 50

  
47 51
  _ROOT_DIR = pathutils.RUN_DIR + "/fake-hypervisor"

Also available in: Unified diff