octavia-dashboard/releasenotes/notes/remove-barbicanclient-6b48fcc36afafb62.yaml
Tom Weininger 6fb6871ee0 Fix error related to barbicanclient
Octavia Dashboard used protected barbicanclient API that seems to be
broken now. Fixing that by replacing barbicanclient by future-proof
openstacksdk.

Closes-Bug: #2023534
Change-Id: I882869ef0f5b6381372e3447af7ca1981ca02d65
2023-06-27 12:25:28 +02:00

7 lines
220 B
YAML

---
fixes:
- |
Barbicanclient caused an error when getting secrets. By replacing the
code by OpenstackSDK this issue was fixed and the barbicanclient
dependency could be dropped from the Octavia Dashboard.