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:
parent
d30fb56c2a
commit
8fb7929bfa
@ -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…
Reference in New Issue
Block a user