hobo: give warehouse the service name (#30857)

This commit is contained in:
Frédéric Péters 2019-02-24 14:56:23 +01:00
parent 85112b4ec8
commit a7af5f44a8
1 changed files with 1 additions and 0 deletions

View File

@ -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)