Revision 4437d889 lib/objects.py

b/lib/objects.py
865 865
    "modify_etc_hosts",
866 866
    "modify_ssh_setup",
867 867
    "maintain_node_health",
868
    "uid_pool",
868 869
    ] + _TIMESTAMPS + _UUID
869 870

  
870 871
  def UpgradeConfig(self):
......
915 916
    if self.maintain_node_health is None:
916 917
      self.maintain_node_health = False
917 918

  
919
    if self.uid_pool is None:
920
      self.uid_pool = []
921

  
918 922
  def ToDict(self):
919 923
    """Custom function for cluster.
920 924

  

Also available in: Unified diff