Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Tweak loading of remore apps and remote relations #6613
Conversation
| @@ -225,6 +227,11 @@ func (r *mockRemoteApplication) Life() state.Life { | ||
| return r.life | ||
| } | ||
| +func (r *mockRemoteApplication) Status() (status.StatusInfo, error) { | ||
| + r.MethodCall(r, "Life") |
wallyworld
added some commits
Nov 25, 2016
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 1f6bf75
into
juju:develop
Nov 25, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedNov 25, 2016
When loading remote relations in the worker, we no longer export the relations as a side effect of the api call. This will be done separately downstream when the relations details are published.
Also add name and status to remote application struct.