We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3239cc1 + 0e7ce34 commit c6f59c0Copy full SHA for c6f59c0
cinder/backup/drivers/swift.py
@@ -449,7 +449,8 @@ def check_for_setup_error(self):
449
"possible we could have problems because of it.")
450
return
451
conn = swift.Connection(retries=CONF.backup_swift_retry_attempts,
452
- preauthurl=CONF.backup_swift_url)
+ preauthurl=CONF.backup_swift_url,
453
+ cacert=CONF.backup_swift_ca_cert_file)
454
try:
455
conn.get_capabilities()
456
# TODO(e0ne) catch less general exception
0 commit comments