X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=modules%2Flibjuju%2Fexamples%2Fconfig.py;h=bad5b6d8c4494fb47bb14e743f643a93be9f05da;hb=refs%2Fheads%2Fv4.0;hp=bacc840a04e56f7d040b5a909e80ea1c0acb97c7;hpb=68858c1915122c2dbc8999a5cd3229694abf5f3a;p=osm%2FN2VC.git diff --git a/modules/libjuju/examples/config.py b/modules/libjuju/examples/config.py index bacc840..bad5b6d 100644 --- a/modules/libjuju/examples/config.py +++ b/modules/libjuju/examples/config.py @@ -19,7 +19,7 @@ MB = 1 async def main(): model = Model() - await model.connect_current() + await model.connect() await model.reset(force=True) ubuntu_app = await model.deploy(