Skip to content

Commit c6f59c0

Browse files
authored
Merge pull request #80 from stackhpc/upstream/zed-2024-12-10
Synchronise zed with upstream
2 parents 3239cc1 + 0e7ce34 commit c6f59c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cinder/backup/drivers/swift.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,8 @@ def check_for_setup_error(self):
449449
"possible we could have problems because of it.")
450450
return
451451
conn = swift.Connection(retries=CONF.backup_swift_retry_attempts,
452-
preauthurl=CONF.backup_swift_url)
452+
preauthurl=CONF.backup_swift_url,
453+
cacert=CONF.backup_swift_ca_cert_file)
453454
try:
454455
conn.get_capabilities()
455456
# TODO(e0ne) catch less general exception

0 commit comments

Comments
 (0)