Make fetching the aws instance id optional, so we can use it on e2e

This commit is contained in:
Justin Santa Barbara
2015-04-08 06:25:33 -07:00
parent c7c969564a
commit 4e176771b6
2 changed files with 25 additions and 10 deletions

View File

@@ -80,7 +80,7 @@ func main() {
var err error
cloudConfig.Provider, err = cloudprovider.GetCloudProvider(context.Provider, strings.NewReader(awsConfig))
if err != nil {
glog.Error("Error building AWS provider: %v", err)
glog.Error("Error building AWS provider: ", err)
os.Exit(1)
}
}