Merge lp://staging/~fwereade/pyjuju/upstartify-services into lp://staging/pyjuju
Proposed by
William Reade
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Kapil Thangavelu | ||||
Approved revision: | 459 | ||||
Merged at revision: | 460 | ||||
Proposed branch: | lp://staging/~fwereade/pyjuju/upstartify-services | ||||
Merge into: | lp://staging/pyjuju | ||||
Prerequisite: | lp://staging/~fwereade/pyjuju/add-upstart-class | ||||
Diff against target: |
2996 lines (+1277/-806) 29 files modified
juju/agents/tests/test_base.py (+6/-9) juju/control/options.py (+4/-5) juju/lib/lxc/tests/test_lxc.py (+12/-5) juju/lib/tests/data/test_basic_install (+1/-1) juju/lib/tests/data/test_less_basic_install (+1/-1) juju/lib/tests/data/test_standard_install (+1/-1) juju/lib/tests/test_upstart.py (+137/-27) juju/lib/upstart.py (+80/-19) juju/machine/tests/test_unit_deployment.py (+191/-238) juju/machine/unit.py (+98/-191) juju/providers/common/cloudinit.py (+17/-12) juju/providers/common/tests/data/cloud_init_bootstrap (+52/-8) juju/providers/common/tests/data/cloud_init_bootstrap_zookeepers (+52/-9) juju/providers/common/tests/data/cloud_init_branch (+28/-7) juju/providers/common/tests/data/cloud_init_branch_trunk (+28/-7) juju/providers/common/tests/data/cloud_init_distro (+27/-6) juju/providers/common/tests/data/cloud_init_ppa (+28/-7) juju/providers/common/tests/test_cloudinit.py (+3/-2) juju/providers/ec2/tests/data/bootstrap_cloud_init (+54/-11) juju/providers/ec2/tests/data/launch_cloud_init (+27/-6) juju/providers/ec2/tests/data/launch_cloud_init_branch (+29/-11) juju/providers/ec2/tests/data/launch_cloud_init_ppa (+27/-6) juju/providers/local/__init__.py (+5/-9) juju/providers/local/agent.py (+31/-90) juju/providers/local/files.py (+53/-39) juju/providers/local/tests/test_agent.py (+72/-45) juju/providers/local/tests/test_files.py (+136/-21) juju/providers/orchestra/tests/data/bootstrap_user_data (+51/-8) juju/providers/orchestra/tests/data/launch_user_data (+26/-5) |
||||
To merge this branch: | bzr merge lp://staging/~fwereade/pyjuju/upstartify-services | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Kapil Thangavelu (community) | Approve | ||
Jim Baker (community) | Approve | ||
Review via email: mp+85336@code.staging.launchpad.net |
To post a comment you must log in.
Note that ~600 lines of these diffs are purely cloud-init test data changes: the runcmds now write out upstart config files to bring the MA/PA up, rather than invoking them directly, and this makes for many lines of diff but relatively little interesting content. So it shouldn't be quite as bad as it looks :).