From: Tony Mack Date: Thu, 4 Oct 2012 16:00:09 +0000 (-0400) Subject: user should be username X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=fbe688caf8c72a614b72a742f2a779d8dcd1cf61;p=plcapi.git user should be username --- diff --git a/PLC/Method.py b/PLC/Method.py index 12a54530..81c2d31d 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()