~mfoord/juju-core/ha-rsyslog-2

« back to all changes in this revision

Viewing changes to provider/joyent/export_test.go

  • Committer: Michael Foord
  • Date: 2014-05-22 14:23:16 UTC
  • mfrom: (2728.22.5 009-ha-rsyslog-api)
  • Revision ID: michael.foord@canonical.com-20140522142316-hd3u3yyfi2xydzei
Merge back to good revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
 
153
153
func UnregisterExternalTestImageMetadata() {
154
154
        testRoundTripper.Sub = nil
155
 
        imagemetadata.DefaultBaseURL = origImagesUrl
156
155
}
157
156
 
158
157
func FindInstanceSpec(e environs.Environ, series, arch, cons string) (spec *instances.InstanceSpec, err error) {