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:
parent
f385a5821f
commit
db87b73a50
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user