summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorAnthony Washington <anthony.washington@intel.com>2017-03-21 14:53:32 +0000
committerStephen Finucane <sfinucan@redhat.com>2017-03-22 15:02:13 +0000
commit03e4352d6b8da6f7d3f7356e6b02b99073f5dd21 (patch)
tree32ffabc00a6520d46cc24a7aa3a19defdf30ca07 /releasenotes/notes
parent395177145622a5c37b8cfb53989084e2ff03ad98 (diff)
downloadoslo-policy-03e4352d6b8da6f7d3f7356e6b02b99073f5dd21.tar.gz
Add release note for DocumentedRuleDefault
This patch adds a release note for changes made here[0]. [0]: Ie9b335420394166bb39c43e3d26fcc9237ffd1a0 Change-Id: I0ffbc069e86f0d3df41d1bb3840977990b8cac56
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/oslo-policy-descriptive-support-3ee688c5fa48d751.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/oslo-policy-descriptive-support-3ee688c5fa48d751.yaml b/releasenotes/notes/oslo-policy-descriptive-support-3ee688c5fa48d751.yaml
new file mode 100644
index 0000000..d6b4bfc
--- /dev/null
+++ b/releasenotes/notes/oslo-policy-descriptive-support-3ee688c5fa48d751.yaml
@@ -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>`_.