Skip to content

Commit fa0cb9d

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Correctly configure S3 Token Middleware for Swift" into stable/victoria
2 parents 1217e92 + 27f088e commit fa0cb9d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ansible/roles/swift/templates/proxy-server.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ use = egg:swift#s3api
9999

100100
[filter:s3token]
101101
use = egg:swift#s3token
102-
www_authenticate_uri = {{ keystone_internal_url }}/v3
102+
auth_uri = {{ keystone_internal_url }}/v3
103103
{% endif %}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fix the issue when Swift deployed with S3 Token Middleware enabled.
5+
Fixes `LP#1862765 <https://bugs.launchpad.net/kolla-ansible/+bug/1862765>`__

0 commit comments

Comments
 (0)