Merge lp://staging/~sinzui/juju-ci-tools/model-config into lp://staging/juju-ci-tools
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 1584 | ||||
Proposed branch: | lp://staging/~sinzui/juju-ci-tools/model-config | ||||
Merge into: | lp://staging/juju-ci-tools | ||||
Diff against target: |
281 lines (+92/-30) 6 files modified
assess_log_forward.py (+1/-3) assess_user_grant_revoke.py (+5/-7) fakejuju.py (+2/-2) jujupy.py (+23/-5) tests/test_deploy_stack.py (+6/-6) tests/test_jujupy.py (+55/-7) |
||||
To merge this branch: | bzr merge lp://staging/~sinzui/juju-ci-tools/model-config | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Seman (community) | Approve | ||
Review via email: mp+305156@code.staging.launchpad.net |
Description of the change
This branch updates ci scripts to use model-config instead of set-/get-/unset-.
Commit https:/
renamed the get/set/unset model-config command. they are now one command where intent is understood by the arguments.
Get all options
get-
Get one option:
get-
Set options:
set-
Unset options to their default
unset-
Thank you.