Commit 5153dfd8 authored by kayrus's avatar kayrus Committed by Alena Prokharchyk
Browse files

AWS: fix log typo

parent 82f812e9
Showing with 1 addition and 1 deletion
+1 -1
......@@ -44,7 +44,7 @@ func (p *CloudProvider) GenerateCloudConfigFile() (string, error) {
buf := new(bytes.Buffer)
cloudConfig, _ := ini.LoadSources(ini.LoadOptions{IgnoreInlineComment: true}, []byte(""))
if err := ini.ReflectFrom(cloudConfig, p.Config); err != nil {
return "", fmt.Errorf("Failed to parse Openstack cloud config")
return "", fmt.Errorf("Failed to parse AWS cloud config")
}
if _, err := cloudConfig.WriteTo(buf); err != nil {
return "", err
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment