Description of problem: the user name who approved the newly added host doesn't appear in the event tab Version-Release number of selected component (if applicable): sf10 How reproducible: always Steps to Reproduce: 1. log in as admin to the RHEVH 2. configure the IP address to your management server 3. go to your management server, and approve the new host appearing in the host tab Actual results: on the event tab you will see a message like: Host ${HOSTNAME} was successfully approved. Expected results: Host ${HOSTNAME} was successfully approved by ${USERNAME} Additional info:
don't we have a column specifying the user who approved?
(In reply to comment #2) > don't we have a column specifying the user who approved? I checked vds related tables, did not see such column. No such column exists at audit_log table .
(In reply to Yair Zaslavsky from comment #3) > (In reply to comment #2) > > don't we have a column specifying the user who approved? > > I checked vds related tables, did not see such column. > No such column exists at audit_log table . so what are these fields in audit_log tables? user_id UUID, user_name VARCHAR(255),