Revision 3953242f lib/objects.py

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

  
869 870
  def UpgradeConfig(self):
......
910 911
         if hvname != self.default_hypervisor])
911 912
      self.default_hypervisor = None
912 913

  
914
    # maintain_node_health added after 2.1.1
915
    if self.maintain_node_health is None:
916
      self.maintain_node_health = False
917

  
913 918
  def ToDict(self):
914 919
    """Custom function for cluster.
915 920

  

Also available in: Unified diff