Revision 83d92ad8 daemons/ganeti-noded

b/daemons/ganeti-noded
608 608
    """Query detailed information about existing OSes.
609 609

  
610 610
    """
611
    return [os_obj.ToDict() for os_obj in backend.DiagnoseOS()]
611
    return True, [os_obj.ToDict() for os_obj in backend.DiagnoseOS()]
612 612

  
613 613
  @staticmethod
614 614
  def perspective_os_get(params):

Also available in: Unified diff