Searched refs:machines_file (Results 1 – 4 of 4) sorted by relevance
22 def __init__(self, machines_file=None, dry_run=False): argument33 machines_file or machine_manager.DEFAULT_MACHINES_FILE))102 server = Server(options.machines_file, options.dry_run)
84 machines_file = parser.options.machines_file85 if machines_file:87 for m in open(machines_file, 'r').readlines():92 logging.debug('Read list of machines from file: %s', machines_file)
194 machines_file = os.path.join(197 with open(machines_file, 'r') as input_file: