Comment 2 for bug 2046711

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to octavia-dashboard (master)

Reviewed: https://review.opendev.org/c/openstack/octavia-dashboard/+/903856
Committed: https://opendev.org/openstack/octavia-dashboard/commit/92d72f1220efbe6f21181befbdb3de0d28670af2
Submitter: "Zuul (22348)"
Branch: master

commit 92d72f1220efbe6f21181befbdb3de0d28670af2
Author: Gregory Thiemonge <email address hidden>
Date: Sun Dec 17 15:17:36 2023 -0500

    Fix authentication issue with openstacksdk

    Due to a bug in openstacksdk [0], rename the 'token' attribute used for
    the auth of the openstack client to 'auth_token'.
    'token' was incorrectly set to None by openstacksdk, 'auth_token' is the
    same as 'token' but is not impacted by the bug.

    [0] https://bugs.launchpad.net/openstacksdk/+bug/2046645

    Closes-Bug: #2046711
    Change-Id: I9dab5aeb19cf4dc44ff7ee20decf20023b20888b