Merge "[Doc]Link policies file into api"

This commit is contained in:
Zuul 2018-05-11 01:51:27 +00:00 committed by Gerrit Code Review
commit 4fa05ab6d4
1 changed files with 2 additions and 3 deletions

View File

@ -106,9 +106,8 @@ Complete routing list can be found in `routes.py <https://git.openstack.org/cgit
Policy
~~~~~~
Policy (permission) is defined ``etc/nova/policy.json``. Implementation of policy
is changing a bit at the moment. Will add more to this document or reference
another one in the future. Also look at the authorize call in controller currently merged.
For more info about policy, see :doc:`policies </configuration/policy>`,
Also look at the ``context.can(...)`` call in existing API controllers.
Modularity
~~~~~~~~~~