feat(inputs.openstack): Add "allow_reauth" config option for openstack client (#11572)

This commit is contained in:
singamSrikar 2022-08-02 23:54:26 +05:30 committed by GitHub
parent ba2ebe896a
commit a049738a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {