builder/openstack: modifications to work with rackspace
This commit is contained in:
parent
c80d1ab46b
commit
50e2eb30e6
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue