Revision 6e7275c0 lib/hypervisor/hv_base.py

b/lib/hypervisor/hv_base.py
93 93

  
94 94
    """
95 95
    raise NotImplementedError
96

  
97
  def MigrateInstance(self, name, target, live):
98
    """Migrate an instance.
99

  
100
    Arguments:
101
      - name: the name of the instance
102
      - target: the target of the migration (usually will be IP and not name)
103
      - live: whether to do live migration or not
104

  
105
    Returns: none, errors will be signaled by exception.
106

  
107
    """
108
    raise NotImplementedError

Also available in: Unified diff