Respect OS_CACERT when using Manila OSC plugin

Closes-Bug: #1989577
Change-Id: I881cdb4b5821c6c6a218a1b09c181714e1585b94
(cherry picked from commit aa3ed6b952)
(cherry picked from commit b25443dc96)
This commit is contained in:
elajkat 2024-01-17 15:04:12 +01:00
parent a1bba8aefa
commit 8fe462e726
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ def make_client(instance):
service_type=service_type,
auth=instance.auth,
http_log_debug=debugging_enabled,
cacert=instance.cacert,
cert=instance.cert,
insecure=not instance.verify)