From: Tony Mack Date: Thu, 4 Oct 2012 17:26:37 +0000 (-0400) Subject: setup nova connection in __init__ X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0683e1e9e1d0fd789fc6a9fb7836bfb7863cf9f0;p=plcapi.git setup nova connection in __init__ --- diff --git a/PLC/Method.py b/PLC/Method.py index 81c2d31d..23edff64 100644 --- a/PLC/Method.py +++ b/PLC/Method.py @@ -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: