Merge "Report L3 extensions enabled in the L3 agent's config"

This commit is contained in:
Zuul 2020-05-07 20:19:16 +00:00 committed by Gerrit Code Review
commit 390c4ac55f
1 changed files with 2 additions and 1 deletions

View File

@ -932,7 +932,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