Merge "Fix 'cinder-backup' service when Swift with TLS enabled" into stable/2023.2
This commit is contained in:
commit
63e625aa52
@ -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 =
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixed 'cinder-backup' service when Swift with TLS enabled.
|
||||
`LP#2051986 <https://bugs.launchpad.net/kolla-ansible/+bug/2051986>`__
|
Loading…
x
Reference in New Issue
Block a user