Skip to content

Commit

Permalink
Merge pull request #201 from openshift-cherrypick-robot/cherry-pick-2…
Browse files Browse the repository at this point in the history
…00-to-release-4.6

[release-4.6] Bug 2002752: Adds Proxy to provider client http transport
  • Loading branch information
openshift-merge-robot committed Sep 21, 2021
2 parents 48b7341 + 98fedea commit 155e515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cloud/openstack/clients/utils.go
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 155e515

Please sign in to comment.