diff --git a/etc/turbo-hipster/config.json b/etc/turbo-hipster/config.json index ca43fe9..b3307f3 100644 --- a/etc/turbo-hipster/config.json +++ b/etc/turbo-hipster/config.json @@ -12,7 +12,7 @@ { "name": "gate_real_db_upgrade", "datasets_dir": "/var/lib/turbo-hipster/datasets", - "gate": "build:gate-real-db-upgrade_nova_mysql", + "gate": "build:gate-real-db-upgrade_nova_mysql" } ], "publish_logs": { diff --git a/turbo_hipster/worker_server.py b/turbo_hipster/worker_server.py index 325c4ac..2645a2d 100755 --- a/turbo_hipster/worker_server.py +++ b/turbo_hipster/worker_server.py @@ -71,7 +71,7 @@ class Server(object): 'module': __import__('turbo_hipster.task_plugins.' + plugin['name'], fromlist='turbo_hipster.task_plugins'), - 'plugin_config': self.plugin + 'plugin_config': plugin }) def run_tasks(self):