Revision 72737a7f lib/config.py

b/lib/config.py
821 821
    except ValueError:
822 822
      pass
823 823

  
824
    result = rpc.call_upload_file(nodelist, self._cfg_file)
824
    result = rpc.RpcRunner.call_upload_file(nodelist, self._cfg_file)
825 825
    for node in nodelist:
826 826
      if not result[node]:
827 827
        logging.error("copy of file %s to node %s failed",

Also available in: Unified diff