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

Unified Diff: environs/ec2/ec2.go

Issue 6612054: environs/cloudinit: use --initial-password
Patch Set: environs/cloudinit: use --initial-password Created 12 years, 6 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 | « environs/dummy/environs.go ('k') | environs/ec2/live_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: environs/ec2/ec2.go
=== modified file 'environs/ec2/ec2.go'
--- environs/ec2/ec2.go 2012-10-04 14:23:00 +0000
+++ environs/ec2/ec2.go 2012-10-08 15:41:04 +0000
@@ -233,7 +233,9 @@
if err != nil {
return fmt.Errorf("unable to determine inital configuration: %v", err)
}
- inst, err := e.startInstance(0, nil, tools, true, config)
+ // TODO add initial password argument to Bootstrap.
+ info := &state.Info{}
+ inst, err := e.startInstance(0, info, tools, true, config)
if err != nil {
return fmt.Errorf("cannot start bootstrap instance: %v", err)
}
« no previous file with comments | « environs/dummy/environs.go ('k') | environs/ec2/live_test.go » ('j') | no next file with comments »

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