Skip to content

Commit

Permalink
Send build_info in NodeStatus UVE for tor-agent
Browse files Browse the repository at this point in the history
Including build_info in NodeStatus UVE for tor-agent use-case.
Closes-Bug: #1649672

Change-Id: I164bb0777d42828e621955256755a94b1c4142e0
  • Loading branch information
Santosh Gupta committed Dec 14, 2016
1 parent d836d5a commit 7c423b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodemgr/common/event_manager.py
Expand Up @@ -245,6 +245,7 @@ def send_process_state_db_base(self, group_names, ProcessInfo):
node_status.name = name
node_status.deleted = delete_status
node_status.process_info = process_infos
node_status.build_info = self.get_build_info()
node_status_uve = NodeStatusUVE(table=self.table,
data=node_status)
msg = 'send_process_state_db_base: Sending UVE:' + str(node_status_uve)
Expand Down

0 comments on commit 7c423b4

Please sign in to comment.