[Doc]Link policies file into api

Link policies file into api.

Change-Id: I0afb7e850ad7064138ad2b69d0fa900d40f3efbe
This commit is contained in:
jichen 2018-04-16 12:03:11 +08:00
parent 35e9c2bccf
commit 936f765b85

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
~~~~~~~~~~