Revision d271c6fd lib/hypervisor/hv_base.py

b/lib/hypervisor/hv_base.py
101 101
          - a function to check for parameter validity on the remote node,
102 102
            in the L{ValidateParameters} function
103 103
          - an error message for the above function
104
  @type CAN_MIGRATE: boolean
105
  @cvar CAN_MIGRATE: whether this hypervisor can do migration (either
106
      live or non-live)
104 107

  
105 108
  """
106 109
  PARAMETERS = {}
107 110
  ANCILLARY_FILES = []
111
  CAN_MIGRATE = False
108 112

  
109 113
  def __init__(self):
110 114
    pass

Also available in: Unified diff