Merge lp://staging/~fwereade/juju-core/config-5-state-service-config-yaml into lp://staging/~juju/juju-core/trunk
Proposed by
William Reade
Status: | Merged |
---|---|
Approved by: | William Reade |
Approved revision: | no longer in the source branch. |
Merged at revision: | 1275 |
Proposed branch: | lp://staging/~fwereade/juju-core/config-5-state-service-config-yaml |
Merge into: | lp://staging/~juju/juju-core/trunk |
Prerequisite: | lp://staging/~fwereade/juju-core/config-4-state-unit-settings-watcher |
Diff against target: |
340 lines (+105/-53) 7 files modified
cmd/juju/config_test.go (+6/-7) juju/conn_test.go (+9/-3) state/apiserver/client_test.go (+5/-7) state/apiserver/perm_test.go (+2/-2) state/service.go (+40/-27) state/service_test.go (+19/-5) state/statecmd/deploy_test.go (+24/-2) |
To merge this branch: | bzr merge lp://staging/~fwereade/juju-core/config-5-state-service-config-yaml |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Juju Engineering | Pending | ||
Review via email: mp+168579@code.staging.launchpad.net |
Description of the change
state: Service.
...now works as intended. Don't get too attached to it though.
To post a comment you must log in.
Reviewers: mp+168579_ code.launchpad. net,
Message:
Please take a look.
Description: SetConfigYAML
state: Service.
...now works as intended. Don't get too attached to it though.
https:/ /code.launchpad .net/~fwereade/ juju-core/ config- 5-state- service- config- yaml/+merge/ 168579
Requires: /code.launchpad .net/~fwereade/ juju-core/ config- 4-state- unit-settings- watcher/ +merge/ 168578
https:/
(do not edit description out of merge proposal)
Please review this at https:/ /codereview. appspot. com/10172045/
Affected files: config_ test.go /client_ test.go /perm_test. go test.go deploy_ test.go
A [revision details]
M cmd/juju/
M juju/conn_test.go
M state/apiserver
M state/apiserver
M state/service.go
M state/service_
M state/statecmd/