Log configuration values for OFA agent

When other agents start up, they log the configuration values
to their logs. This patch adds the same feature to the
Openflow agent.

fixes bug 1289139

Change-Id: Ibab20154805a12ec265a2499cbfd6c376c376130
(cherry picked from commit 7d1e49a08a)
This commit is contained in:
fumihiko kakuma 2014-03-07 14:03:14 +09:00 committed by Mark McClain
parent ac2718c4aa
commit db0bffd199
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ class OFANeutronAgentRyuApp(app_manager.RyuApp):
def _agent_main(self, ryuapp):
cfg.CONF.register_opts(ip_lib.OPTS)
n_utils.log_opt_values(LOG)
try:
agent_config = create_agent_config_map(cfg.CONF)