lp:~pguimaraes/python-jujuclient/python-jujuclient
- Get this branch:
- bzr branch lp:~pguimaraes/python-jujuclient/python-jujuclient
Branch merges
- Ryan Beisner (community): Needs Information
- David Ames (community): Needs Fixing
- juju-deployers: Pending requested
-
Diff: 93 lines (+40/-11)3 files modifiedjujuclient/juju2/connector.py (+18/-9)
test-requirements.txt (+0/-1)
tox.ini (+22/-1)
Related bugs
Related blueprints
Branch information
Recent revisions
- 103. By Pedro Guimarães
-
Clean-up of unused methods on jujuclient/utils.py
Update to get KeyError exception on juju2/connector.py - 102. By Pedro Guimarães
-
Juju version 2.5 returns controllers' UUIDs as 'controller-uuid' flags
instead of 'uuid'. Set same value for both keys on controller dict to
allow it to work with newer version while keeping older format as well.Revised test-related files. Added py36 testing scenario.
- 101. By Pedro Guimarães
-
Correcting get_juju_
minor_version( ) to also work with format:
<MAJOR VERSION>.<MINOR VERSION>.<RELEASES> -<SYSTEM INFO>
of juju --version - 100. By Pedro Guimarães
-
Added Juju minor version retrieval on utils.py
If minor version is equal or greater than 2.5, then controller['uuid']
equals controller['controller- uuid'] on connector.py - 99. By Pedro Guimarães
-
Juju version 2.5 returns controllers' UUIDs as 'controller-uuid' flags
instead of 'uuid'. Set same value for both keys on controller dict to
allow it to work with newer version while keeping older format as well. - 97. By Tim Van Steenburgh
-
Add support for macaroon auth
Makes python-jujuclient usable with a shared controller or model
by automatically attempting macaroon auth using ~/.go-cookies.Does not contain support for fetching or discharging new
macaroons. In other words, if you don't already have a discharged
macaroon (e.g. the ones created by the juju cli in ~/.go-cookies),
this won't work for you.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:python-jujuclient