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

Unified Diff: provider/azure/environ.go

Issue 14433058: Providers are responsible for selecting tools
Patch Set: Providers are responsible for selecting tools Created 11 years, 4 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/tools/tools_test.go ('k') | provider/azure/environ_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: provider/azure/environ.go
=== modified file 'provider/azure/environ.go'
--- provider/azure/environ.go 2013-10-02 10:38:04 +0000
+++ provider/azure/environ.go 2013-10-15 04:38:40 +0000
@@ -245,7 +245,7 @@
}
// Bootstrap is specified in the Environ interface.
-func (env *azureEnviron) Bootstrap(cons constraints.Value, possibleTools tools.List) (err error) {
+func (env *azureEnviron) Bootstrap(cons constraints.Value) (err error) {
// The creation of the affinity group and the virtual network is specific to the Azure provider.
err = env.createAffinityGroup()
if err != nil {
@@ -267,7 +267,7 @@
env.deleteVirtualNetwork()
}
}()
- err = common.Bootstrap(env, cons, possibleTools)
+ err = common.Bootstrap(env, cons)
return err
}
« no previous file with comments | « environs/tools/tools_test.go ('k') | provider/azure/environ_test.go » ('j') | no next file with comments »

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