nova/releasenotes/notes/quota-show-detail-access-d6f37282d288fa33.yaml
Andrey Volkov dcc2934921 Change default policy to view quota details
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
2017-07-21 15:09:23 +00:00

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.