setup nova connection in __init__
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 4 Oct 2012 17:26:37 +0000 (13:26 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 4 Oct 2012 17:26:37 +0000 (13:26 -0400)
PLC/Method.py

index 81c2d31..23edff6 100644 (file)
@@ -64,7 +64,6 @@ w
     def __init__(self, api,caller=None):
         self.name = self.__class__.__name__
         self.api = api
-        self.api.admin_shell = NovaShell()
         self.api.client_shell = None
 
         if caller: