Comment 11 for bug 1862765

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/train)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/807059
Committed: https://opendev.org/openstack/kolla-ansible/commit/5e17f619bd8aadf6cecded6e32a753f7e1b63652
Submitter: "Zuul (22348)"
Branch: stable/train

commit 5e17f619bd8aadf6cecded6e32a753f7e1b63652
Author: Maksim Malchuk <email address hidden>
Date: Wed Feb 10 12:57:14 2021 +0300

    Correctly configure S3 Token Middleware for Swift

    According the documentation [1] there need to configure auth_uri in the
    [filter:s3token] section instead of www_authenticate_uri which cause an
    error 'swift.common.wsgi.ConfigFileError: Invalid auth_uri; must
    include scheme and host' during start the swift-proxy-server container.

    1. https://docs.openstack.org/swift/ussuri/middleware.html#s3-token-middleware

    Change-Id: I6b8f5807ebb746428a501dca13eae30763dede8d
    Closes-Bug: 1862765
    Signed-off-by: Maksim Malchuk <email address hidden>
    (cherry picked from commit 835920782fb48c4a750814fedd04126424334856)
    (cherry picked from commit a473d35e04a7e1d18a722fdb2b06176f217d7812)