]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Log configuration values for OVS agent
authorStephen Ma <stephen.ma@hp.com>
Sun, 2 Mar 2014 01:57:48 +0000 (01:57 +0000)
committerStephen Ma <stephen.ma@hp.com>
Sun, 2 Mar 2014 02:02:51 +0000 (02:02 +0000)
When other agents start up, they log the configuration values
to their logs.  This patch adds the same feature to the
Openvswitch agent.

Change-Id: I00bc82a3dafbd214a2ddbdf525dd4cc327838af9
Closes-bug: #1285962

neutron/plugins/openvswitch/agent/ovs_neutron_agent.py

index d1fe5f96a8c3e16b496b213c1fe36a478c7d8b9f..8c6c101866566f9ab1ee253e3bc4b8c0999f7364 100644 (file)
@@ -1333,6 +1333,7 @@ def main():
     cfg.CONF.register_opts(ip_lib.OPTS)
     cfg.CONF(project='neutron')
     logging_config.setup_logging(cfg.CONF)
+    q_utils.log_opt_values(LOG)
     legacy.modernize_quantum_config(cfg.CONF)
 
     try: