diff --git a/cinder/backup/drivers/swift.py b/cinder/backup/drivers/swift.py index e1afe705376..431f3e20076 100644 --- a/cinder/backup/drivers/swift.py +++ b/cinder/backup/drivers/swift.py @@ -449,7 +449,8 @@ def check_for_setup_error(self): "possible we could have problems because of it.") return conn = swift.Connection(retries=CONF.backup_swift_retry_attempts, - preauthurl=CONF.backup_swift_url) + preauthurl=CONF.backup_swift_url, + cacert=CONF.backup_swift_ca_cert_file) try: conn.get_capabilities() # TODO(e0ne) catch less general exception