72b63dfee7
Per comments on [1]. [1] https://review.opendev.org/c/openstack/kolla-ansible/+/843727 Change-Id: I60162b54bc06e158534d29311d4474b34750c64d
9 lines
234 B
Django/Jinja
9 lines
234 B
Django/Jinja
[swift]
|
|
auth_version = 3
|
|
auth_address = {{ openstack_auth.auth_url }}
|
|
user = service:{{ glance_keystone_user }}
|
|
key = {{ glance_keystone_password }}
|
|
project_domain_id = default
|
|
user_domain_id = default
|
|
cafile = {{ openstack_cacert }}
|