commit | ccef05dede36d3645939199f79f8e7e198f03abe | [log] [tgz] |
---|---|---|
author | Evgeny Antyshev <eantyshev@virtuozzo.com> | Thu Dec 10 15:05:33 2015 +0000 |
committer | Ramy Asselin <ramy.asselin@hpe.com> | Thu Dec 10 17:00:11 2015 -0800 |
tree | a83bd158a8f3131b0aa862a93917728585ee4d6a | |
parent | 385d11e2eddad010dd8de2989668092249acddd3 [diff] |
Connection names for legacy configs It has been set like that: connections = {'_legacy_gerrit': Connection(name='gerrit')} This leads to that in merger.py it creates ".ssh_wrapper_gerrit" file, basing it on key from connections dict, but tries to use ".ssh_wrapper__legacy_gerrit", basing on connection name. I propose to set it to "gerrit" everywhere (and the same for smtp). Change-Id: I2c2d8bee7bcf98c5f12809f77b34e206d07b8438