Bug 2003 fixed: added the possibility to deploy bundles from the Charm Hub
[osm/N2VC.git] / n2vc / libjuju.py
index 6580067..8324cd4 100644 (file)
@@ -94,7 +94,7 @@ class Libjuju:
         """
         controller = None
         try:
-            controller = Controller(loop=self.loop)
+            controller = Controller()
             await asyncio.wait_for(
                 controller.connect(
                     endpoint=self.vca_connection.data.endpoints,