Fix work item bullet syntax in policy-in-code.rst

This is rendering poorly, fix it up so I can read it. :)

Change-Id: I3584c3067d3f8da9be821cf10579ca91959e2d61
This commit is contained in:
Jim Rollenhagen
2016-06-22 15:25:50 -04:00
parent 03d5114f5f
commit 006108fb3c

View File

@@ -189,7 +189,9 @@ Work Items
---------- ----------
* Define and register all policies. * Define and register all policies.
** This can happen gradually
* This can happen gradually
* Add context.can() which proxies to oslo_policy.policy.Enforcer.authorize(). * Add context.can() which proxies to oslo_policy.policy.Enforcer.authorize().
* Update all policy checks to use the new context.can() method. * Update all policy checks to use the new context.can() method.
* Add hacking check to disallow oslo_policy.policy.Enforcer.enforce(). * Add hacking check to disallow oslo_policy.policy.Enforcer.enforce().