Home | History | Annotate | Download | only in afe

Lines Matching refs:update_data

444 def check_modify_host(update_data):
448 @param update_data: A dictionary with the changes to make to a host
454 if 'status' in update_data:
459 def check_modify_host_locking(host, update_data):
465 @param update_data: A dictionary with the changes to make to the host.
467 locked = update_data.get('locked', None)
468 lock_reason = update_data.get('lock_reason', None)