Revision b41b3516 lib/objects.py

b/lib/objects.py
815 815

  
816 816

  
817 817
class OS(ConfigObject):
818
  """Config object representing an operating system."""
818
  """Config object representing an operating system.
819

  
820
  @type supported_parameters: list
821
  @ivar supported_parameters: a list of tuples, name and description,
822
      containing the supported parameters by this OS
823

  
824
  """
819 825
  __slots__ = [
820 826
    "name",
821 827
    "path",
......
824 830
    "export_script",
825 831
    "import_script",
826 832
    "rename_script",
833
    "verify_script",
827 834
    "supported_variants",
835
    "supported_parameters",
828 836
    ]
829 837

  
830 838

  

Also available in: Unified diff