Comment 0 for bug 1675147

Revision history for this message
Rick Bartra (rb560u) wrote :

We need the Nova policy and code to support more granularity (i.e. Create/Read/Update/Delete) for Flavor management. Current policy check only checks os_compute_api:os-flavor-manage and action(s) are missing in the nova policy-in-code. Each API should have its own policy action that it checks.

The new policy checks should be added here:
https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/flavor_manage.py

Additional policy actions should be added here:
https://github.com/openstack/nova/blob/master/nova/policies/flavor_manage.py