Merge lp://staging/~abentley/juju-ci-tools/load-bootstrap-config into lp://staging/juju-ci-tools
Proposed by
Aaron Bentley
Status: | Merged |
---|---|
Merged at revision: | 1914 |
Proposed branch: | lp://staging/~abentley/juju-ci-tools/load-bootstrap-config |
Merge into: | lp://staging/juju-ci-tools |
Diff against target: |
160 lines (+73/-4) 5 files modified
jujupy/client.py (+18/-0) jujupy/configuration.py (+4/-0) jujupy/tests/test_client.py (+32/-0) jujupy/tests/test_version_client.py (+17/-1) jujupy/version_client.py (+2/-3) |
To merge this branch: | bzr merge lp://staging/~abentley/juju-ci-tools/load-bootstrap-config |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Curtis Hovey (community) | code | Approve | |
Review via email: mp+318386@code.staging.launchpad.net |
Commit message
Initialise JujuData from bootstrap-
Description of the change
This branch loads data from bootstrap-config when client_for_existing is used.
This fills in provider, cloud, region, plus the remaining bootstrap config.
Several jujupy code paths are provider-specific, so this change allows them to be used.
To post a comment you must log in.
Thank you