Comment 13 for bug 1955397

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/823440
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/58129434ac1269b0da306371e28a2cb2f8a05b12
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 58129434ac1269b0da306371e28a2cb2f8a05b12
Author: Takashi Kajinami <email address hidden>
Date: Mon Dec 20 19:46:44 2021 +0900

    Use public endpoint for [keystone_authtoken] www_authenticate_uri

    According to the parameter description, www_authenticate_uri should be
    complete public Identity endpoint, which is accessible by all end
    users.
    This change replaces internal endpoint by public endpoint to meet that
    requirement.

    Conflicts:
            deployment/ironic/ironic-conductor-container-puppet.yaml
            deployment/swift/swift-proxy-container-puppet.yaml

    Backport note:
    This change includes commit 2b9461e97fc5c4ceb0848d1cc4484f656bb85515
    which fixes the remaining usage of internal endpoint. Also, commit
    02bb4b8aa095619f2bc07aeb7302c2f333093569 was partially included
    to remove the following ineffective puppet parameter.
     neutron::server::placement::www_authenticate_uri

    Closes-Bug: #1955397
    Change-Id: I30165c8ee5aa4b777b73ad89ac709e2c8a375382
    (cherry picked from commit 160936df134a471cfd245bd60964046027a571ea)