Merge "Log configuration values for OFA agent"

This commit is contained in:
Jenkins 2014-04-02 05:45:18 +00:00 committed by Gerrit Code Review
commit efb2db91a7

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)