Skip to content
Snippets Groups Projects
Commit 5e3bfa54 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix 'cinder-backup' service when Swift with TLS enabled"

parents b6fdc983 8fb7929b
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ backup_file_size = 327680000
{% elif enable_swift | bool and cinder_backup_driver == "swift" %}
backup_driver = cinder.backup.drivers.swift.SwiftBackupDriver
backup_swift_url = {{ swift_internal_base_endpoint }}/v1/AUTH_
backup_swift_ca_cert_file = {{ openstack_cacert }}
backup_swift_auth = per_user
backup_swift_auth_version = 1
backup_swift_user =
......
---
fixes:
- |
Fixed 'cinder-backup' service when Swift with TLS enabled.
`LP#2051986 <https://bugs.launchpad.net/kolla-ansible/+bug/2051986>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment