octavia-dashboard/releasenotes/notes/fix-flavor-no-flavor-profile-c3e82325f16d5ab8.yaml
Michael Johnson a27ed69f1e Fix 403 issue when creating load balancers
The Octavia dashboard code was attempting to access flavor profile
information when creating a load balancer. Flavor profiles are
administrator only objects that cannot be accessed by users with
the default RBAC.
This patch removes the code attempting to access the flavor profile
as it is not necessary.

Change-Id: Ic11d8b84f61c1fd8c97a81f2e47745a339396336
Story: 2005759
Task: 33467
2019-05-22 08:51:14 -07:00

8 lines
280 B
YAML

---
fixes:
- |
Fixes an issue in the Octavia dashboard where users receive a 403
error when attempting to create a load balancer. This was due to
the dashboard attempting to access the flavor profile information
which is an administrator only object by default.