Allow reauth to keystone after token expiry
This commit is contained in:
parent
d6e6307245
commit
91562636d4
|
@ -61,6 +61,9 @@ 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, _ := openstack.AuthOptionsFromEnv()
|
ao, _ := openstack.AuthOptionsFromEnv()
|
||||||
|
|
||||||
|
// Make sure we reauth as needed
|
||||||
|
ao.AllowReauth = true
|
||||||
|
|
||||||
// Override values if we have them in our config
|
// Override values if we have them in our config
|
||||||
overrides := []struct {
|
overrides := []struct {
|
||||||
From, To *string
|
From, To *string
|
||||||
|
|
Loading…
Reference in New Issue