From 0683e1e9e1d0fd789fc6a9fb7836bfb7863cf9f0 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 4 Oct 2012 13:26:37 -0400 Subject: [PATCH] setup nova connection in __init__ --- PLC/Method.py | 1 - 1 file changed, 1 deletion(-) 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: -- 2.47.0