Commit 50e2eb30 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/openstack: modifications to work with rackspace

parent c80d1ab4
...@@ -42,10 +42,7 @@ func (c *AccessConfig) Prepare(ctx *interpolate.Context) []error { ...@@ -42,10 +42,7 @@ func (c *AccessConfig) Prepare(ctx *interpolate.Context) []error {
} }
// Get as much as possible from the end // Get as much as possible from the end
ao, err := openstack.AuthOptionsFromEnv() ao, _ := openstack.AuthOptionsFromEnv()
if err != nil {
return []error{err}
}
// Override values if we have them in our config // Override values if we have them in our config
overrides := []struct { overrides := []struct {
......
Markdown is supported
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