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

Closes-Bug: #2051986
Depends-On: https://review.opendev.org/c/openstack/cinder/+/907494
Change-Id: I6a17e689d62ab467b7dcc2650e7f63813ce84a12
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
This commit is contained in:
Maksim Malchuk 2024-02-01 19:18:18 +03:00
parent d30fb56c2a
commit 8fb7929bfa
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>`__