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)
92 machines_file = parser.options.machines_file93 if machines_file:95 for m in open(machines_file, 'r').readlines():100 logging.debug('Read list of machines from file: %s', machines_file)
195 machines_file = os.path.join(198 with open(machines_file, 'r') as input_file: