Revision 55cc0a44 lib/hypervisor/hv_base.py

b/lib/hypervisor/hv_base.py
206 206
    raise NotImplementedError
207 207

  
208 208
  @classmethod
209
  def GetShellCommandForConsole(cls, instance, hvparams, beparams):
210
    """Return a command for connecting to the console of an instance.
209
  def GetInstanceConsole(cls, instance, hvparams, beparams):
210
    """Return information for connecting to the console of an instance.
211 211

  
212 212
    """
213 213
    raise NotImplementedError

Also available in: Unified diff