a27ed69f1e
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
8 lines
280 B
YAML
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.
|