K8s Juju connector
[osm/N2VC.git] / modules / libjuju / examples / controller.py
index 3f029ab..b61a6f6 100644 (file)
@@ -8,7 +8,6 @@ This example:
 5. Destroys the model
 
 """
-import asyncio
 import logging
 
 from juju.controller import Controller
@@ -17,6 +16,7 @@ from juju import loop
 
 async def main():
     controller = Controller()
+    # connect to current controller with current user, per Juju CLI
     await controller.connect()
     model = await controller.add_model(
         'my-test-model',