Comment 23 for bug 1728031

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

Reviewed: https://review.opendev.org/c/openstack/horizon/+/914446
Committed: https://opendev.org/openstack/horizon/commit/5de40f9b222608d35c5a0919117259e966217a86
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 5de40f9b222608d35c5a0919117259e966217a86
Author: Rodrigo Barbieri <email address hidden>
Date: Thu Mar 14 15:22:14 2024 -0300

    Fix error on changing user password by admin

    Previous change I8438bedaf7cead452fc499e484d23690b48894d9
    attempted to address bug LP#1728031 by improving upon
    patch https://review.opendev.org/854005 but missed the
    line that allows the keystone client to properly
    authenticate a cloud admin user that IS NOT in the
    default domain.

    Without this 1-line fix, a cloud admin that is not
    in the default domain will face an "incorrect admin
    password" error in the UI (despite the admin password
    being correct) and an authentication error in the logs,
    regardless of the endpoint type used (adminURL,
    internalURL or publicURL).

    Closes-bug: #1728031
    Change-Id: I018e7d9cb84fd6ce8635c9054e15052ded7e9368
    (cherry picked from commit da8e959298575127434e6e15aae5d1f0638a6e22)
    (cherry picked from commit e9bf695641f4c07fadacf12599ae406c5ecd3ca6)
    (cherry picked from commit 7244c3142ca219a586ada686016b1eb956f9e7c5)