From f6c04588ed412c73a047f3e3e46ba61ed0d4d673 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Fri, 26 Jul 2024 11:43:40 -0500 Subject: [PATCH] Add interface info to message --- account_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/account_manager.py b/account_manager.py index ac0bf46..4c5d5de 100755 --- a/account_manager.py +++ b/account_manager.py @@ -48,6 +48,7 @@ msg["state"] = state msg["service"] = service msg["queuename"] = queuename msg["updated_by"], msg["host"] = rc_util.get_caller_info() +msg["interface"] = "CLI" # publish msg with acctmgr.{uname} routing key. rc_rmq.publish_msg( -- GitLab