From c99c3bb172a2c58f10006e99c0bd5b207e8d3e00 Mon Sep 17 00:00:00 2001 From: David Barroso Date: Tue, 2 Jan 2018 09:49:36 +0100 Subject: [PATCH] fix nxos --- napalm/nxos/nxos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napalm/nxos/nxos.py b/napalm/nxos/nxos.py index ccb0cd1eb..c8fe6322e 100644 --- a/napalm/nxos/nxos.py +++ b/napalm/nxos/nxos.py @@ -79,7 +79,7 @@ def open(self): try: self.device = Recorder(NXOSDevice, recorder_options=self.recorder_options, - hostname=self.hostname, + host=self.hostname, username=self.username, password=self.password, timeout=self.timeout,