Fixed GMR configuration issue

GMR was ignoring the config because the conf wasn't passed when
starting any of the Watcher services. This changeset fixes this issue.

Change-Id: If386c5f0459c4278a2a56c8c3185fcdafce673a0
This commit is contained in:
Vincent Françoise 2016-09-21 15:43:44 +02:00 committed by David TARDIVEL
parent 2f33dd10c0
commit 8814c09087
1 changed files with 1 additions and 1 deletions

View File

@ -272,4 +272,4 @@ def prepare_service(argv=(), conf=cfg.CONF):
conf.log_opt_values(LOG, logging.DEBUG)
gmr.TextGuruMeditation.register_section(_('Plugins'), opts.show_plugins)
gmr.TextGuruMeditation.setup_autorun(version)
gmr.TextGuruMeditation.setup_autorun(version, conf=conf)