dcc2934921
Default policy for quota details was an admin only privilege but it was able to get used and reserved resource data via nova limits call even for non admin owners. Horizon worked around the issue by using the limits API instead of the os-quota-sets API. And this removes the need to workaround it and just use the single os-quota-sets API. This patch sets the quotas detail default policy to RULE_ADMIN_OR_OWNER. Change-Id: I65b9de24a1310079a67e033606eaf2dde796cd48 Closes-Bug: #1618513
6 lines
180 B
YAML
6 lines
180 B
YAML
---
|
|
upgrade:
|
|
- The default policy for os_compute_api:os-quota-sets:detail has
|
|
been changed to permit listing of quotas with details to project
|
|
users, not only to admins.
|