Skip to content

Commit d087987

Browse files
committed
Fix reauth issues, when initial token auth is used
1 parent 4c2c774 commit d087987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ func newOpenStackClient(loc Location) (*gophercloud.ProviderClient, error) {
160160
IdentityEndpoint: loc.AuthURL,
161161
ApplicationCredentialID: ac.ID,
162162
ApplicationCredentialSecret: ac.Secret,
163+
AllowReauth: true,
163164
}
164165

165166
err = openstack.Authenticate(provider, *ao)

0 commit comments

Comments
 (0)