Fixes RST markup error to create a code-box.

Change-Id: Ief06eaa630befb3d9a45ad9177cc40d5ccdf6f34
Closes-Bug: #1628643
This commit is contained in:
Ianeta Hutchinson
2016-09-28 14:13:51 -05:00
parent 1fe03feb49
commit a0b85d6f06

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",