Skip to content
Snippets Groups Projects
Commit 49280a8c authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Change variable name for executer info

parent 04939f09
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ msg["username"] = username ...@@ -47,7 +47,7 @@ msg["username"] = username
msg["state"] = state msg["state"] = state
msg["service"] = service msg["service"] = service
msg["queuename"] = queuename msg["queuename"] = queuename
msg["updated_by"], msg["host"] = rc_util.get_caller_info() msg["executed_by"], msg["host"] = rc_util.get_caller_info()
# publish msg with acctmgr.{uname} routing key. # publish msg with acctmgr.{uname} routing key.
rc_rmq.publish_msg( rc_rmq.publish_msg(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment