Skip to content

Commit

Permalink
Merge pull request #200 from openshift-cherrypick-robot/cherry-pick-1…
Browse files Browse the repository at this point in the history
…99-to-release-4.7

[release-4.7] Bug 2000551: Adds Proxy to provider client http transport
  • Loading branch information
openshift-merge-robot authored Sep 9, 2021
2 parents 471cf3a + 197cc7e commit dcb7828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cloud/openstack/clients/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func GetProviderClient(cloud clientconfig.Cloud, cert []byte) (*gophercloud.Prov
TLSClientConfig: &tls.Config{
RootCAs: certPool,
},
Proxy: http.ProxyFromEnvironment,
},
}
provider.HTTPClient = client
Expand Down

0 comments on commit dcb7828

Please sign in to comment.