X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=doctor_tests%2Finstaller%2Fmcp.py;h=e7e41dbe5341a8fec60394b11d78c0d9383943e2;hb=9bc09d1d18d4777438515393a9427fc0733e6f09;hp=8ba9f000142b374e65a3ee81f15cfc5ecf298661;hpb=e70bf248daac03eee6b449cd1654d2ee6265dd8c;p=doctor.git diff --git a/doctor_tests/installer/mcp.py b/doctor_tests/installer/mcp.py index 8ba9f000..e7e41dbe 100644 --- a/doctor_tests/installer/mcp.py +++ b/doctor_tests/installer/mcp.py @@ -22,7 +22,8 @@ class McpInstaller(BaseInstaller): self.key_file = self.get_ssh_key_from_installer() self.client = SSHClient(self.conf.installer.ip, self.node_user_name, - key_filename=self.key_file) + key_filename=self.key_file, + look_for_keys=True) self.controllers = list() self.controller_clients = list()