Skip to content

Commit

Permalink
feat(inputs.openstack): Add "allow_reauth" config option for openstac…
Browse files Browse the repository at this point in the history
…k client (#11572)
  • Loading branch information
singamSrikar authored Aug 2, 2022
1 parent ba2ebe8 commit a049738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/inputs/openstack/openstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func (o *OpenStack) Init() error {
TenantName: o.Project,
Username: o.Username,
Password: o.Password,
AllowReauth: true,
}
provider, err := openstack.NewClient(authOption.IdentityEndpoint)
if err != nil {
Expand Down

0 comments on commit a049738

Please sign in to comment.