The merge of the recent SSL changes from 2.12 to 2.13 enables us to clean up some code wrt to SSH and general tools handling.
Helga Velroyen (3): Add docstring to certificate verification Make node_daemon_setup use common functions Use ssconf port map when handling SSH keys lib/backend.py | 23 ++-- lib/cmdlib/cluster.py | 3 +- lib/cmdlib/node.py | 14 +-- lib/server/noded.py | 13 +- lib/ssh.py | 22 ---- lib/tools/common.py | 9 +- lib/tools/node_daemon_setup.py | 100 +-------------- lib/tools/prepare_node_join.py | 2 +- lib/tools/ssh_update.py | 2 +- lib/tools/ssl_update.py | 2 +- test/py/ganeti.backend_unittest.py | 46 +++---- test/py/ganeti.tools.common_unittest.py | 85 ++++++++++++- test/py/ganeti.tools.node_daemon_setup_unittest.py | 138 --------------------- 13 files changed, 134 insertions(+), 325 deletions(-) -- 2.4.3.573.g4eafbef
