Lines Matching refs:update_data
401 def modify_hosts(host_filter_data, update_data): argument
424 update_data = update_data.copy()
425 rpc_utils.check_modify_host(update_data)
434 rpc_utils.check_modify_host_locking(host, update_data)
436 if not update_data.get('force_modify_locking', False):
447 if update_data.get('locked', None) and 'lock_time' not in update_data:
448 update_data['lock_time'] = datetime.datetime.now()
450 host.update_object(update_data)
452 update_data.pop('force_modify_locking', None)
457 update_data=update_data)
460 def modify_hosts_local(host_filter_data, update_data): argument
467 host.update_object(update_data)