From a7af5f44a829ae4d4bd273166aee9e26c369b501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 24 Feb 2019 14:56:23 +0100 Subject: [PATCH] hobo: give warehouse the service name (#30857) --- bijoe/hobo_agent/management/commands/hobo_deploy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bijoe/hobo_agent/management/commands/hobo_deploy.py b/bijoe/hobo_agent/management/commands/hobo_deploy.py index b77f120..d566e77 100644 --- a/bijoe/hobo_agent/management/commands/hobo_deploy.py +++ b/bijoe/hobo_agent/management/commands/hobo_deploy.py @@ -78,5 +78,6 @@ class Command(hobo_deploy.Command): config.set(base_url, 'orig', orig) config.set(base_url, 'key', key) config.set(base_url, 'schema', schema) + config.set(base_url, 'cubes_label', service.get('title')) with open(ini_file, 'w') as f: config.write(f)