Report L3 extensions enabled in the L3 agent's config

Change-Id: I187ab3bf04d19c07c3f04ffb2161399a7dfd7ff3
Closes-Bug: #1876898
(cherry picked from commit 6b360d2343)
This commit is contained in:
Slawek Kaplonski 2020-05-05 12:55:49 +02:00
parent ebae3602e7
commit 965be1b00b
1 changed files with 2 additions and 1 deletions

View File

@ -917,7 +917,8 @@ class L3NATAgentWithStateReport(L3NATAgent):
'handle_internal_only_routers':
self.conf.handle_internal_only_routers,
'interface_driver': self.conf.interface_driver,
'log_agent_heartbeats': self.conf.AGENT.log_agent_heartbeats},
'log_agent_heartbeats': self.conf.AGENT.log_agent_heartbeats,
'extensions': self.l3_ext_manager.names()},
'start_flag': True,
'agent_type': lib_const.AGENT_TYPE_L3}
report_interval = self.conf.AGENT.report_interval