From fbe688caf8c72a614b72a742f2a779d8dcd1cf61 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 4 Oct 2012 12:00:09 -0400 Subject: [PATCH] user should be username --- PLC/Method.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/Method.py b/PLC/Method.py index 12a5453..81c2d31 100644 --- a/PLC/Method.py +++ b/PLC/Method.py @@ -321,7 +321,7 @@ w def authenticate(self, auth): # establish nova connection - self.api.client_shell = NovaShell(user=auth['Username'], + self.api.client_shell = NovaShell(username=auth['Username'], password=auth['AuthString'], tenant=auth['Tenant']) self.api.client_shell.authenticate() -- 2.43.0