Revision cf9cb46a

b/lib/objects.py
688 688
class Cluster(TaggableObject):
689 689
  """Config object representing the cluster."""
690 690
  __slots__ = TaggableObject.__slots__ + [
691
    "config_version",
692 691
    "serial_no",
693 692
    "rsahostkeypub",
694 693
    "highest_used_port",

Also available in: Unified diff