Projet

Général

Profil

0001-hobo-give-warehouse-the-service-name-30857.patch

Frédéric Péters, 24 février 2019 14:57

Télécharger (988 octets)

Voir les différences:

Subject: [PATCH] hobo: give warehouse the service name (#30857)

 bijoe/hobo_agent/management/commands/hobo_deploy.py | 1 +
 1 file changed, 1 insertion(+)
bijoe/hobo_agent/management/commands/hobo_deploy.py
78 78
                config.set(base_url, 'orig', orig)
79 79
                config.set(base_url, 'key', key)
80 80
                config.set(base_url, 'schema', schema)
81
                config.set(base_url, 'cubes_label', service.get('title'))
81 82
            with open(ini_file, 'w') as f:
82 83
                config.write(f)	
83
-