Lines Matching refs:update_data
320 def modify_hosts(host_filter_data, update_data): argument
343 update_data = update_data.copy()
344 rpc_utils.check_modify_host(update_data)
353 rpc_utils.check_modify_host_locking(host, update_data)
355 if not update_data.get('force_modify_locking', False):
366 if update_data.get('locked', None) and 'lock_time' not in update_data:
367 update_data['lock_time'] = datetime.datetime.now()
369 host.update_object(update_data)
371 update_data.pop('force_modify_locking', None)
376 update_data=update_data)
379 def modify_hosts_local(host_filter_data, update_data): argument
386 host.update_object(update_data)