feat(inputs.openstack): Add "allow_reauth" config option for openstack client (#11572)
This commit is contained in:
parent
ba2ebe896a
commit
a049738a50
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue