Fix typo with _logConsole function

In I6cfec650b862cb4fa0cb391bcc1248549e30c91b _logConsole was renamed,
but we didn't change all functions.

Change-Id: I5c21517a86e42b5759446d9e78fa82e10530c951
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-05-04 12:11:19 -04:00
parent f385a5821f
commit db87b73a50
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class OpenStackNodeLauncher(NodeLauncher):
raise exceptions.LaunchKeyscanException(
"Unable to gather host keys")
except exceptions.ConnectionTimeoutException:
self.logConsole(self.node.external_id, self.node.hostname)
self._logConsole(self.node.external_id, self.node.hostname)
raise
self.node.host_keys = host_keys