Respect OS_CACERT when using Manila OSC plugin
Closes-Bug: #1989577
Change-Id: I881cdb4b5821c6c6a218a1b09c181714e1585b94
(cherry picked from commit aa3ed6b952)
This commit is contained in:
committed by
Goutham Pacha Ravi
parent
3a8e86e734
commit
b25443dc96
@@ -85,6 +85,7 @@ def make_client(instance):
|
||||
auth=instance.auth,
|
||||
http_log_debug=debugging_enabled,
|
||||
api_version=requested_api_version,
|
||||
cacert=instance.cacert,
|
||||
cert=instance.cert,
|
||||
insecure=not instance.verify)
|
||||
return client
|
||||
|
||||
Reference in New Issue
Block a user