Merge lp://staging/~mattyw/juju-core/add-service-owner-to-status into lp://staging/~go-bot/juju-core/trunk
Proposed by
Matthew Williams
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~mattyw/juju-core/add-service-owner-to-status |
Merge into: | lp://staging/~go-bot/juju-core/trunk |
Diff against target: |
471 lines (+106/-65) 5 files modified
cmd/juju/status.go (+2/-0) cmd/juju/status_test.go (+99/-65) state/api/client.go (+1/-0) state/apiserver/client/api_test.go (+3/-0) state/statecmd/status.go (+1/-0) |
To merge this branch: | bzr merge lp://staging/~mattyw/juju-core/add-service-owner-to-status |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Juju Engineering | Pending | ||
Review via email: mp+207859@code.staging.launchpad.net |
Description of the change
Added service owner to the output of juju status
Only really useful to land when the juju id branches land.
The output of the api call to Status() (including the output of the juju
status command) now includes the owner of the service
The output looks like this:
services:
ubuntu:
charm: cs:precise/ubuntu-4
exposed: false
units:
ubuntu/0:
agent-state: pending
machine: "1"
owner-tag: user-admin
To post a comment you must log in.
Unmerged revisions
- 2351. By Matthew Williams
-
merged with trunk
- 2350. By Matthew Williams
-
merged with trunk
- 2349. By Matthew Williams
-
added owner tag to status, fixed tests, fixed a wrong import for loggo
Reviewers: mp+207859_ code.launchpad. net,
Message:
Please take a look.
Description:
Added service owner to the output of juju status
Only really useful to land when the juju id branches land.
The output of the api call to Status() (including the output of the juju
status command) now includes the owner of the service
The output looks like this:
services:
ubuntu:
charm: cs:precise/ubuntu-4
exposed: false
units:
ubuntu/0:
agent-state: pending
machine: "1"
owner-tag: user-admin
https:/ /code.launchpad .net/~mattyw/ juju-core/ add-service- owner-to- status/ +merge/ 207859
(do not edit description out of merge proposal)
Please review this at https:/ /codereview. appspot. com/67870043/
Affected files (+109, -66 lines): status_ test.go /client/ api_test. go status. go peergrouper/ desired. go
A [revision details]
M cmd/juju/status.go
M cmd/juju/
M state/api/client.go
M state/apiserver
M state/statecmd/
M worker/