Add release note for DocumentedRuleDefault

This patch adds a release note for changes made here[0].

[0]: Ie9b335420394166bb39c43e3d26fcc9237ffd1a0

Change-Id: I0ffbc069e86f0d3df41d1bb3840977990b8cac56
This commit is contained in:
Anthony Washington 2017-03-21 14:53:32 +00:00 committed by Stephen Finucane
parent 3951771456
commit 03e4352d6b
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
features:
- |
Added the option to define a more descriptive policy rule by using
`policy.DocumentedRuleDefault` class. When using this class it is required
that the description and operations parameters are defined, unlike
`policy.RuleDefault`. The operations parameter is a list of dictionaries
that must contain the two keys 'path' and 'method' which represent the API
URL and the HTTP REQUEST METHOD. More information can be
found in the `policy usage documentation
<https://docs.openstack.org/developer/oslo.policy/usage.html>`_.