Skip to content

Commit

Permalink
region: lbagents: skip tls check for default influxdb endpoint url
Browse files Browse the repository at this point in the history
  • Loading branch information
yousong committed Jul 17, 2020
1 parent 495a2d9 commit e5dd240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/compute/models/loadbalanceragents.go
Expand Up @@ -279,6 +279,7 @@ func (p *SLoadbalancerAgentParamsTelegraf) initDefault(data *jsonutils.JSONDict)
u, _ := auth.GetServiceURL("influxdb", baseOpts.Region, "",
identity_apis.EndpointInterfacePublic)
p.InfluxDbOutputUrl = u
p.InfluxDbOutputUnsafeSsl = true
}
if p.HaproxyInputInterval == 0 {
p.HaproxyInputInterval = 5
Expand Down

0 comments on commit e5dd240

Please sign in to comment.