setup nova connection in __init__
[plcapi.git] / 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: