Comment 7 for bug 2028921

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/893213
Committed: https://opendev.org/openstack/kolla-ansible/commit/309aebc9793ac57d1b1080070cc67df88e2541f1
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 309aebc9793ac57d1b1080070cc67df88e2541f1
Author: Rodolfo Díaz <email address hidden>
Date: Thu Aug 10 20:24:43 2023 +0000

    Fixes WEBSSO_KEYSTONE_URL Value

    Change I60162b54bc06e158534d29311d4474b34750c64d
    removed the `/v3` prefix from the WEBSSO_KEYSTONE_URL
    variable. However, keystone endpoints do in fact
    have the `/v3` prefix, and Horizon expects the
    WEBSSO_KEYSTONE_URL variable to already contain
    the prefix.

    This patch adds the prefix again so that SSO
    works with Horizon again.

    Closes-Bug: #2028921
    Change-Id: I5799f7a6fa4f52c2904b14fc02ed18443f4194bd
    Signed-off-by: Juan Pablo Suazo <email address hidden>
    (cherry picked from commit 59204b2fee66d8985a151dc1441aecb88c705a9f)