octavia-dashboard/releasenotes/notes/fix-auth-issue-5226777261765699.yaml
Gregory Thiemonge 92d72f1220 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
2023-12-18 02:14:40 -05:00

6 lines
140 B
YAML

---
fixes:
- |
Fixed an authentication issue with the OpenStack services. The dashboard
could not get the list of load balancers.