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

Unified Diff: environs/ec2/ec2.go

Issue 6081044: environs: add client version argument to Bootstrap
Patch Set: environs: add client version argument to Bootstrap Created 12 years, 11 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
Index: environs/ec2/ec2.go
=== modified file 'environs/ec2/ec2.go'
--- environs/ec2/ec2.go 2012-03-22 10:03:18 +0000
+++ environs/ec2/ec2.go 2012-04-20 16:27:39 +0000
@@ -106,7 +106,7 @@
}, nil
}
-func (e *environ) Bootstrap() error {
+func (e *environ) Bootstrap(clientVersion string) error {
log.Printf("environs/ec2: bootstrapping environment %q", e.name)
_, err := e.loadState()
if err == nil {
« no previous file with comments | « environs/dummy/environs.go ('k') | environs/ec2/local_test.go » ('j') | environs/interface.go » ('J')

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