Merge "Report L3 extensions enabled in the L3 agent's config" into stable/rocky

This commit is contained in:
Zuul 2020-05-14 15:44:31 +00:00 committed by Gerrit Code Review
commit 378d36ecd0
1 changed files with 2 additions and 1 deletions

View File

@ -816,7 +816,8 @@ class L3NATAgentWithStateReport(L3NATAgent):
'gateway_external_network_id': 'gateway_external_network_id':
self.conf.gateway_external_network_id, self.conf.gateway_external_network_id,
'interface_driver': self.conf.interface_driver, '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, 'start_flag': True,
'agent_type': lib_const.AGENT_TYPE_L3} 'agent_type': lib_const.AGENT_TYPE_L3}
report_interval = self.conf.AGENT.report_interval report_interval = self.conf.AGENT.report_interval