projects
/
osm
/
N2VC.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add Juju Public Key
[osm/N2VC.git]
/
modules
/
libjuju
/
examples
/
add_model.py
diff --git
a/modules/libjuju/examples/add_model.py
b/modules/libjuju/examples/add_model.py
index
0e96fa1
..
88766f1
100644
(file)
--- a/
modules/libjuju/examples/add_model.py
+++ b/
modules/libjuju/examples/add_model.py
@@
-19,6
+19,7
@@
LOG = getLogger(__name__)
async def main():
controller = Controller()
print("Connecting to controller")
async def main():
controller = Controller()
print("Connecting to controller")
+ # connect to current controller with current user, per Juju CLI
await controller.connect()
try:
await controller.connect()
try: