Merge "Fix 'cinder-backup' service when Swift with TLS enabled" into stable/2023.2

This commit is contained in:
Zuul 2024-04-26 21:59:22 +00:00 committed by Gerrit Code Review
commit 63e625aa52
2 changed files with 6 additions and 0 deletions

View File

@ -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 =

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixed 'cinder-backup' service when Swift with TLS enabled.
`LP#2051986 <https://bugs.launchpad.net/kolla-ansible/+bug/2051986>`__