diff --git a/watcher/common/service.py b/watcher/common/service.py index c29290cc2..b5fee73fa 100644 --- a/watcher/common/service.py +++ b/watcher/common/service.py @@ -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)