Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(10)

Unified Diff: worker/provisioner/broker.go

Issue 9738043: cmd/jujud: do not change password
Patch Set: cmd/jujud: do not change password Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « worker/firewaller/firewaller_test.go ('k') | worker/provisioner/provisioner_task.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: worker/provisioner/broker.go
=== modified file 'worker/provisioner/broker.go'
--- worker/provisioner/broker.go 2013-06-07 01:36:48 +0000
+++ worker/provisioner/broker.go 2013-06-14 01:02:53 +0000
@@ -5,7 +5,7 @@
import (
"launchpad.net/juju-core/constraints"
- "launchpad.net/juju-core/environs"
+ "launchpad.net/juju-core/instance"
"launchpad.net/juju-core/state"
"launchpad.net/juju-core/state/api"
)
@@ -17,11 +17,11 @@
// unique within an environment, is used by juju to protect against the
// consequences of multiple instances being started with the same machine
// id.
- StartInstance(machineId, machineNonce string, series string, cons constraints.Value, info *state.Info, apiInfo *api.Info) (environs.Instance, error)
+ StartInstance(machineId, machineNonce string, series string, cons constraints.Value, info *state.Info, apiInfo *api.Info) (instance.Instance, error)
// StopInstances shuts down the given instances.
- StopInstances([]environs.Instance) error
+ StopInstances([]instance.Instance) error
// AllInstances returns all instances currently known to the broker.
- AllInstances() ([]environs.Instance, error)
+ AllInstances() ([]instance.Instance, error)
}
« no previous file with comments | « worker/firewaller/firewaller_test.go ('k') | worker/provisioner/provisioner_task.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b