Revision 7e950d31 lib/cmdlib.py

b/lib/cmdlib.py
7607 7607
    nl = [self.cfg.GetMasterNode()] + list(self.instance.all_nodes)
7608 7608
    return env, nl, nl
7609 7609

  
7610
  def _GetUpdatedParams(self, old_params, update_dict,
7610
  @staticmethod
7611
  def _GetUpdatedParams(old_params, update_dict,
7611 7612
                        default_values, parameter_types):
7612 7613
    """Return the new params dict for the given params.
7613 7614

  

Also available in: Unified diff