Log configuration values for OVS agent

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
This commit is contained in:
Stephen Ma 2014-03-02 01:57:48 +00:00
parent ea57e883eb
commit a7049809d1
1 changed files with 1 additions and 0 deletions

View 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: