File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ Here's a simple example that shows basic usage of the library. The example
4040connects to the currently active Juju model, deploys a single unit of the
4141ubuntu charm, then exits:
4242
43+ .. note ::
44+
45+ Pylibjuju requires an already bootstrapped Juju controller to connect to.
4346
4447.. code :: python
4548
@@ -65,7 +68,7 @@ ubuntu charm, then exits:
6568 # from the stable channel of the Charm Store.
6669 ubuntu_app = await model.deploy(
6770 ' ubuntu' ,
68- application_name = ' ubuntu' ,
71+ application_name = ' my- ubuntu' ,
6972 )
7073
7174 if ' --wait' in sys.argv:
@@ -124,5 +127,7 @@ and then, to connect to the current model and fetch status:
124127 Versioning
125128----------
126129
127- Pylibjuju releases now track the Juju release cadence. New generated schemas
130+ The current Pylibjuju release policy tracks the Juju release cadence.
131+ In particular, whenever Juju makes a latest/stable release, pylibjuju pushes out
132+ a release with the same version in the following week. Newly generated schemas
128133will be updated per Juju releases.
You can’t perform that action at this time.
0 commit comments