user should be username
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 4 Oct 2012 16:00:09 +0000 (12:00 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 4 Oct 2012 16:00:09 +0000 (12:00 -0400)
PLC/Method.py

index 12a5453..81c2d31 100644 (file)
@@ -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()