X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=doctor_tests%2Finstaller%2Fmcp.py;h=e7e41dbe5341a8fec60394b11d78c0d9383943e2;hb=b2bb504032ac81a2ed3f404113b097d9ce3d7f14;hp=8ba9f000142b374e65a3ee81f15cfc5ecf298661;hpb=4c1ff363e85c9f49b783c99b6f45dac66b045c60;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()