Merge "Fixes RST markup error to create a code-box."

This commit is contained in:
Jenkins 2016-10-03 15:14:09 +00:00 committed by Gerrit Code Review
commit 911bc66c59
1 changed files with 1 additions and 2 deletions

View File

@ -134,9 +134,8 @@ After group the policy rules for different API, we can separate them into
different files. Then deployer will more clear for which rule he can set for
specific API. The rules can be grouped as below:
* policy.json: It only contains the generic rule, like:
* policy.json: It only contains the generic rule, like: ::
::
"context_is_admin": "role:admin",
"admin_or_owner": "is_admin:True or project_id:%(project_id)s",
"default": "rule:admin_or_owner",