Revision 7260cfbe lib/hypervisor/hv_base.py

b/lib/hypervisor/hv_base.py
190 190
    """
191 191
    raise NotImplementedError
192 192

  
193
  def MigrationInfo(self, instance):
193
  def MigrationInfo(self, instance): # pylint: disable-msg=R0201,W0613
194 194
    """Get instance information to perform a migration.
195 195

  
196 196
    By default assume no information is needed.

Also available in: Unified diff