Revision 94fed7da lib/hypervisor/hv_base.py

b/lib/hypervisor/hv_base.py
310 310
    """
311 311
    raise NotImplementedError
312 312

  
313

  
314
  def GetLinuxNodeInfo(self):
313
  @staticmethod
314
  def GetLinuxNodeInfo():
315 315
    """For linux systems, return actual OS information.
316 316

  
317 317
    This is an abstraction for all non-hypervisor-based classes, where

Also available in: Unified diff