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 d25457e049
commit 48f9287110
1 changed files with 2 additions and 1 deletions

View File

@ -798,7 +798,8 @@ class L3NATAgentWithStateReport(L3NATAgent):
'gateway_external_network_id':
self.conf.gateway_external_network_id,
'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