Merge "Fix sending of restart command to Sensu server: - SshConnection: get_ssh(...
authorYaron Yogev <yaronyogev@gmail.com>
Thu, 3 Aug 2017 06:56:12 +0000 (06:56 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 3 Aug 2017 06:56:12 +0000 (06:56 +0000)
commit0c03ad4db62589389ab2c0993a99685989fb12f0
tree89675d19d1c9d23c148a09be3a6bdd65a084a907
parent53e7c482837e520091c306698222fcdfdf7989a9
parent4a96b4e62d9e08cd3edb228b1294c686f9e30a0d
Merge "Fix sending of restart command to Sensu server: - SshConnection: get_ssh(): handle host == monitoring server -   if host is the one defined in Monitoring config,   use the access definitions for the server_ip - Fix connections management:   - no need to disinguish between CLI connections and SFTP ones;   - add get_connection_key();   - rename the Paramiko SSH client data member --> ssh_client"