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:
parent
e32df3c5eb
commit
5112f294c8
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user