Merge lp://staging/~sinzui/juju-ci-tools/controller-model into lp://staging/juju-ci-tools
Proposed by
Curtis Hovey
Status: | Merged |
---|---|
Merged at revision: | 1428 |
Proposed branch: | lp://staging/~sinzui/juju-ci-tools/controller-model |
Merge into: | lp://staging/juju-ci-tools |
Diff against target: |
266 lines (+85/-18) 3 files modified
jujupy.py (+17/-4) tests/test_deploy_stack.py (+2/-2) tests/test_jujupy.py (+66/-12) |
To merge this branch: | bzr merge lp://staging/~sinzui/juju-ci-tools/controller-model |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Aaron Bentley (community) | Approve | ||
Review via email: mp+295657@code.staging.launchpad.net |
Description of the change
Rename 'admin' model to 'controller', preserve old name in EnvJujuClient2B7.
The Juju team are ready to rename the 'admin' model to 'controller' model. These changes supports their branch. The get_admin_
Several ClientTest test methods were updated. Four were adapted to run in TestEnvJujuClie
Thee are some lint spacing issues also fixed.
To post a comment you must log in.
Looks good. Should we also be updating our API to reflect the name change, e.g. get_controller_ model_name? That's "clean-as-you-go", I think.
Also, I think landing this will break testing of beta8 until the corresponding juju change is landed.