~dstroppa/juju-core/joyent-provider-storage

« back to all changes in this revision

Viewing changes to provider/joyent/environ.go

  • Committer: Daniele Stroppa
  • Date: 2014-01-08 15:58:10 UTC
  • mfrom: (1953.1.231 juju-core)
  • Revision ID: daniele.stroppa@joyent.com-20140108155810-xecbwrqkb5i0fyoe
Merging trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
        return environs.EmptyStorage
93
93
}
94
94
 
95
 
func (env *joyentEnviron) Bootstrap(cons constraints.Value) error {
96
 
        return common.Bootstrap(env, cons)
 
95
func (env *joyentEnviron) Bootstrap(ctx environs.BootstrapContext, cons constraints.Value) error {
 
96
        return common.Bootstrap(ctx, env, cons)
97
97
}
98
98
 
99
99
func (env *joyentEnviron) StateInfo() (*state.Info, *api.Info, error) {