Merge "Pass SSL options to swiftclient explicitly"

This commit is contained in:
Zuul 2018-07-13 06:36:22 +00:00 committed by Gerrit Code Review
commit 7e1ac9dd2b
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,8 @@ class ClientManager(object):
args = {
'auth_version': self.auth_version,
'session': self.identity_client.session,
'cacert': self.ca_file,
'insecure': self.insecure,
'os_options': {'endpoint_type': self.conf.endpoint_type,
'region_name': self.conf.region,
'service_type': 'object-store'},